diff options
| author | 2023-06-18 10:26:02 +0200 | |
|---|---|---|
| committer | 2023-06-18 10:26:02 +0200 | |
| commit | bcd108a2fdb767da2d4ee6037150f56858f1bd18 (patch) | |
| tree | f871aee53e127de3dd13ff65215874a7c0ef0d5d | |
| parent | prepare for 1.0.0 release and pkgs.janet inclusion (diff) | |
add url to project.janet
| -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"]) |
