diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | project.janet | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ You can add it to your `project.janet` dependency list like so: :name "my-project" :dependencies [{:repo "https://github.com/cosmictoast/jurl.git" - :tag "v1.4.2"}] + :tag "v1.4.3"}] ``` `jurl` is also available in the `jpm` package list. diff --git a/project.janet b/project.janet index 92a73b7..9c0286b 100644 --- a/project.janet +++ b/project.janet @@ -1,7 +1,7 @@ (declare-project :name "jurl" :description "Janet cUrl" - :author "Chloe Kudryavtsev <toast@bunkerlabs.net>" + :author "ChloƩ VULQUIN <toast@bunkerlabs.net>" :license "Unlicense" :repo "https://github.com/CosmicToast/jurl.git" :dependencies ["spork"]) |
