commit 5ca831bdebcbf7f55092e98e339e795538b3dc2b parent 077ecec4d951c4ea5b666a77a257c98348e7ef1f Author: Remy Noulin <loader2x@gmail.com> Date: Sat, 29 Jun 2019 09:41:05 +0200 update links Diffstat:
| M | README.md | | | 2 | +- |
| M | package.yml | | | 16 | +++++++--------- |
2 files changed, 8 insertions(+), 10 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) # emi diff --git a/package.yml b/package.yml @@ -1,13 +1,11 @@ --- name: emi - version: 0.0.2 - description: "emoji cli to convert short names to UTF8 code points" + version: 0.0.3 + description: emoji cli to convert short names to UTF8 code points bin: ./emi.c - #cflags: -DA -ggdb -std=gnu11 -fPIC -pipe - #lflags: -lpcre repository: type: git - url: git+https://github.com/RemyNoulin/emi.git + url: "git+https://noulin.net/git/emi.git" keywords: - utility - command @@ -15,8 +13,8 @@ author: remynoulin license: MIT bugs: - url: https://github.com/RemyNoulin/emi/issues - homepage: https://github.com/RemyNoulin/emi#readme + url: "https://noulin.net/emi/log.html" + homepage: "https://noulin.net/emi/file/README.md.html" dependencies: - emoji: - private: false # true for private package + emoji: "" + private: false