aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-06-18 10:26:02 +0200
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-06-18 10:26:02 +0200
commitbcd108a2fdb767da2d4ee6037150f56858f1bd18 (patch)
treef871aee53e127de3dd13ff65215874a7c0ef0d5d
parentprepare for 1.0.0 release and pkgs.janet inclusion (diff)
add url to project.janet
-rw-r--r--project.janet3
1 files changed, 2 insertions, 1 deletions
diff --git a/project.janet b/project.janet
index e50627b..646fc4f 100644
--- a/project.janet
+++ b/project.janet
@@ -3,7 +3,8 @@
:description "C99 date library for Janet"
:author "Chloe Kudryavtsev <toast@bunkerlabs.net>"
:license "Unlicense"
- :repo "https://github.com/CosmicToast/janet-date.git")
+ :repo "https://github.com/CosmicToast/janet-date.git"
+ :url "https://github.com/CosmicToast/janet-date.git")
(declare-source
:source ["date"])