commit 4dec63793b0a6c6bea1fc18efa45111ab2552d6b parent 01b6650c672d7f85145cd7f9de6ad8d2ac187aa7 Author: Remy Noulin <loader2x@gmail.com> Date: Sat, 29 Jun 2019 09:42:31 +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 @@ -1,5 +1,5 @@ # 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) # netSerial diff --git a/package.yml b/package.yml @@ -1,18 +1,18 @@ --- name: netSerial - version: 0.0.8 + version: 0.0.9 description: network serializer with binary format more compact than the default serializer in smallJson bin: ./netSerial.c repository: type: git - url: "git+https://github.com/RemyNoulin/netSerial.git" + url: "git+https://noulin.net/git/netSerial.git" keywords: - serialization author: Remy license: MIT bugs: - url: "https://github.com/RemyNoulin/netSerial/issues" - homepage: "https://github.com/RemyNoulin/netSerial#readme" + url: "https://noulin.net/netSerial/log.html" + homepage: "https://noulin.net/netSerial/file/README.md.html" testBin: ./testNetSerial.c testCflags: "-ggdb -std=gnu11 -fPIC -pipe -fprofile-arcs -ftest-coverage -Wall -Wextra" testLflags: "-lcheck_pic -lrt -lm -lsubunit -fprofile-arcs -ftest-coverage -rdynamic"