diff options
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | pyproject.toml | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -34,7 +34,7 @@ cd yoshi-cli pipx install . ``` - + # Usage @@ -43,7 +43,7 @@ pipx install . All commands can be passed to the program with the following template: `yoshi <COMMAND> <FLAG> <PARAMETER>` - + ## Arguments @@ -171,7 +171,7 @@ when encrypting, none are required when decrypting: </tbody> </table> - + # Contributing diff --git a/pyproject.toml b/pyproject.toml index 44967cb..3bb1044 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,8 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/ccleberg/yoshi" -Issues = "https://github.com/ccleberg/yoshi/issues" +Homepage = "https://git.sr.ht/~cxc/yoshi" +Issues = "https://git.sr.ht/~cxc/yoshi" [project.scripts] yoshi = "yoshi.cli:yoshi" |