diff options
| -rw-r--r-- | project.janet | 3 |
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"]) |
