commit d6581d575f6b8e845cf2501caadde0d14ad3cae3 parent a2458029ea0de985b065bc1e322f9eb2f3d7475f Author: Remy Noulin <loader2x@gmail.com> Date: Sat, 29 Jun 2019 09:41:20 +0200 update links Diffstat:
| M | README.md | | | 2 | +- |
| M | package.yml | | | 8 | ++++---- |
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Sheepy -This is a sheepy package for [sheepy](https://github.com/RemyNoulin/sheepy) and using [libsheepy](https://github.com/RemyNoulin/libsheepy) +This is a sheepy package for [sheepy](https://spartatek.se/r/sheepy/file/README.md.html) and using [libsheepy](https://spartatek.se/r/libsheepy/file/README.md.html) # ervy diff --git a/package.yml b/package.yml @@ -1,12 +1,12 @@ --- name: ervy - version: 0.0.7 + version: 0.0.8 description: bring chart to terminal bin: ./ervy.c lflags: "-lm -rdynamic" repository: type: git - url: "git+https://github.com/RemyNoulin/ervy.git" + url: "git+https://noulin.net/git/ervy.git" keywords: - utility - library @@ -18,6 +18,6 @@ author: Remy license: MIT bugs: - url: "https://github.com/RemyNoulin/ervy/issues" - homepage: "https://github.com/RemyNoulin/ervy#readme" + url: "https://noulin.net/ervy/log.html" + homepage: "https://noulin.net/ervy/file/README.md.html" private: false