simpleTemplates

Library for processing templates
git clone https://noulin.net/git/simpleTemplates.git
Log | Files | Refs | LICENSE

commit 2f9f811f1ae114f40754af4621a2b654a5f57fda
parent b678386565b30051d5a4ca2744499d33baac7513
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 29 Jun 2019 09:43:48 +0200

update links

Diffstat:
Mpackage.yml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.yml b/package.yml @@ -1,15 +1,15 @@ --- name: simpleTemplates - version: 0.0.4 + version: 0.0.5 description: Library for processing templates bin: ./simpleTemplates.c repository: type: git - url: "git+https://github.com/RemyNoulin/simpleTemplates.git" + url: "git+https://noulin.net/git/simpleTemplates.git" keywords: - templates author: Remy license: MIT bugs: - url: "https://github.com/RemyNoulin/simpleTemplates/issues" - homepage: "https://github.com/RemyNoulin/simpleTemplates#readme" + url: "https://noulin.net/simpleTemplates/log.html" + homepage: "https://noulin.net/simpleTemplates/file/README.md.html"