commit 6f9e767014493d3d052c6ae6fd91215a78b6fb25 parent 79d3d9a6e0ae3042dfa356a0eca99ae976077fab Author: Remy Noulin <loader2x@gmail.com> Date: Sat, 29 Jun 2019 09:40:38 +0200 update links Diffstat:
M | package.yml | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.yml b/package.yml @@ -1,18 +1,18 @@ --- name: dmce - version: 0.0.1 + version: 0.0.2 description: dmce compares code coverage to changed lines in a git repo bin: ./dmce.c scripts: - test: echo "Error no test specified" && exit 1 + test: "echo \"Error no test specified\" && exit 1" repository: type: git - url: git+https://github.com/RemyNoulin/dmce.git + url: "git+https://noulin.net/git/dmce.git" keywords: - utility - command author: Remy Noulin license: MIT bugs: - url: https://github.com/RemyNoulin/dmce/issues - homepage: https://github.com/RemyNoulin/dmce + url: "https://noulin.net/dmce/log.html" + homepage: "https://noulin.net/dmce/log.html"