md

cat markdown files with syntax highlighting
git clone https://noulin.net/git/md.git
Log | Files | Refs | README | LICENSE

commit ae7673caff28e69d0f446ec57badf53e2bd7e9d0
parent 3822ad955e4f6b084bf31b165ce90a0942cec45e
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 29 Jun 2019 09:42:17 +0200

update links

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

diff --git a/package.yml b/package.yml @@ -1,18 +1,18 @@ --- name: md - version: 0.0.5 + version: 0.0.6 description: cat markdown files with syntax highlighting bin: ./md.c repository: type: git - url: git+https://github.com/RemyNoulin/md.git + url: "git+https://noulin.net/git/md.git" keywords: - utility - command author: Remy Noulin license: MIT bugs: - url: https://github.com/RemyNoulin/md/issues - homepage: https://github.com/RemyNoulin/md#readme + url: "https://noulin.net/md/log.html" + homepage: "https://noulin.net/md/file/README.md.html" dependencies: md4c: ""