commit fc36659c8fa57604b4e7c3997f5c27574779e24f parent a36abdee82e08bd74dcacf71530a7f62e17a7549 Author: Remy Noulin <loader2x@gmail.com> Date: Sat, 29 Jun 2019 09:41:28 +0200 update links Diffstat:
| M | package.yml | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/package.yml b/package.yml @@ -1,15 +1,15 @@ --- name: filelock - version: 0.0.3 + version: 0.0.4 description: class for locking files in filesystem bin: ./filelock.c repository: type: git - url: "git+https://github.com/RemyNoulin/filelock.git" + url: "git+https://noulin.net/git/filelock.git" keywords: - utility author: Remy license: MIT bugs: - url: "https://github.com/RemyNoulin/filelock/issues" - homepage: "https://github.com/RemyNoulin/filelock#readme" + url: "https://noulin.net/filelock/log.html" + homepage: "https://noulin.net/filelock/file/README.md.html"