commit 468faeabc4fba7f1c2f2edd95001b206ce455a69 parent 9a3e4cb638121e5d82b06406924bcb46e6ee01a0 Author: Remy Noulin <loader2x@gmail.com> Date: Sat, 29 Jun 2019 10:32:14 +0200 update links Diffstat:
| M | package.yml | | | 10 | ++++------ |
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/package.yml b/package.yml @@ -1,17 +1,15 @@ --- name: staticList - version: 0.0.12 + version: 0.0.13 description: "macros of double linked list with defined maximum length supporting any type, this list doesnt use malloc" bin: ./staticList.h - #cflags: -DA -ggdb -std=gnu11 -fPIC -pipe - #lflags: -rdynamic # debug repository: type: git - url: git+https://github.com/USER/staticList.git + url: "git+https://github.com/USER/staticList.git" keywords: - data structure author: Remy license: MIT bugs: - url: https://github.com/USER/staticList/issues - homepage: https://github.com/USER/staticList#readme + url: "https://github.com/USER/staticList/issues" + homepage: "https://github.com/USER/staticList#readme"