commit 1625b14775819dd235f50c5c77d92569ee1e5240 parent bc3bbcc7886029e6e151ea4bd7465d86597e39b9 Author: Remy Noulin <loader2x@gmail.com> Date: Sat, 29 Jun 2019 09:44:22 +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 @@ -7,7 +7,7 @@ RelVer: - [Advandced range Syntax](#advandced-range-syntax) # 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) # Usage diff --git a/package.yml b/package.yml @@ -1,11 +1,11 @@ --- name: version - version: 0.0.2 + version: 0.0.3 description: Versioning based on semver bin: ./version.c repository: type: git - url: "git+https://github.com/RemyNoulin/version.git" + url: "git+https://noulin.net/git/version.git" keywords: - library - versioning @@ -13,8 +13,8 @@ author: Remy license: MIT bugs: - url: "https://github.com/RemyNoulin/version/issues" - homepage: "https://github.com/RemyNoulin/version#readme" + url: "https://noulin.net/version/log.html" + homepage: "https://noulin.net/version/file/README.md.html" dependencies: short: "" testBin: ./testVersion.c