commit 90adeb8370bf0ec46cbb8047522ee2a23974b510 parent 5722eed14c4e9b62b052c20835206bf843954afd Author: Remy Noulin <loader2x@gmail.com> Date: Sat, 29 Jun 2019 09:44:37 +0200 update links Diffstat:
| M | package.yml | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/package.yml b/package.yml @@ -1,16 +1,16 @@ --- name: zrle - version: 0.0.5 + version: 0.0.6 description: Compress zeros using Run Length Encoding bin: ./zrle.c cflags: "-O3 -std=gnu11 -fPIC -pipe" repository: type: git - url: "git+https://github.com/RemyNoulin/zrle.git" + url: "git+https://noulin.net/git/zrle.git" keywords: - utility author: Remy Noulin license: MIT bugs: - url: "https://github.com/RemyNoulin/zrle/issues" - homepage: "https://github.com/RemyNoulin/zrle#readme" + url: "https://noulin.net/zrle/log.html" + homepage: "https://noulin.net/zrle/file/README.md.html"