commit f8c7fdbcd75dd27544855b340007d0ed3f98ad01 parent 7cc5710f1582faf03fb730be853e8dadbe111786 Author: Remy Noulin <loader2x@gmail.com> Date: Sat, 29 Jun 2019 09:42:51 +0200 update links Diffstat:
| M | package.yml | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.yml b/package.yml @@ -1,16 +1,16 @@ --- name: playStdin - version: 0.0.1 - description: "play recorded stdin with the commnad recordStdin. Time delays between lines are kept" + version: 0.0.2 + description: play recorded stdin with the commnad recordStdin. Time delays between lines are kept bin: ./playStdin.c repository: type: git - url: git+https://github.com/RemyNoulin/playStdin.git + url: "git+https://noulin.net/git/playStdin.git" keywords: - utility - command author: Remy license: MIT bugs: - url: https://github.com/RemyNoulin/playStdin/issues - homepage: https://github.com/RemyNoulin/playStdin#readme + url: "https://noulin.net/playStdin/log.html" + homepage: "https://noulin.net/playStdin/file/README.md.html"