commit b63f326be2a2b7df95d2899ef9abe6da149e1610 parent cac4b23337d9881edfd83de46fa306d37d6efd66 Author: Remy Noulin <loader2x@gmail.com> Date: Sat, 29 Jun 2019 09:40:24 +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) # boxen diff --git a/package.yml b/package.yml @@ -1,17 +1,17 @@ --- name: boxen - version: 0.0.5 + version: 0.0.6 description: Create boxes in the terminal bin: ./boxen.c repository: type: git - url: "git+https://github.com/RemyNoulin/boxen.git" + url: "git+https://noulin.net/git/boxen.git" keywords: - utility - box author: Remy Noulin license: MIT bugs: - url: "https://github.com/RemyNoulin/boxen/issues" - homepage: "https://github.com/RemyNoulin/boxen#readme" + url: "https://noulin.net/boxen/log.html" + homepage: "https://noulin.net/boxen/file/README.md.html" private: false