diff options
| author | 2021-01-09 10:17:06 -0600 | |
|---|---|---|
| committer | 2021-01-09 10:17:06 -0600 | |
| commit | 0cfeed2f8f1c9b006cbf0134334db3b050044705 (patch) | |
| tree | 1ce8ec402c3812251c5dceb324923f97aa781722 /project.janet | |
| parent | Add init.janet so a user can do (use spork) (diff) | |
Correct project.janet.
Diffstat (limited to 'project.janet')
| -rw-r--r-- | project.janet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project.janet b/project.janet index 2463985..267b74a 100644 --- a/project.janet +++ b/project.janet @@ -2,8 +2,8 @@ :name "spork" :author "Calvin Rose" :license "MIT" - :url "https://github.com/bakpakin/spork" - :repo "git+https://github.com/bakpakin/spork") + :url "https://github.com/janet-lang/spork" + :repo "git+https://github.com/janet-lang/spork") (declare-source :source @["spork"]) |
