commit 0069235374e13fbb587ba602b8cee379cb9cca46 parent a5138acdae46c7e030b692c183dc0a82f9c0cb74 Author: Remy Noulin <loader2x@gmail.com> Date: Sat, 29 Jun 2019 09:41:12 +0200 update links Diffstat:
| M | README.md | | | 4 | ++-- |
| M | package.yml | | | 8 | ++++---- |
2 files changed, 6 insertions(+), 6 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) # emoji @@ -19,4 +19,4 @@ puts(EM_FACE_WITH_ROLLING_EYES " " EM_BEER_MUG " " EM__PIRATE_FLAG " " EM_ALIEN_ # Related -The [emi package](https://github.com/RemyNoulin/emi) is the CLI command using the emoji library. +The [emi package](https://noulin.net/emi/file/README.md.html) is the CLI command using the emoji library. diff --git a/package.yml b/package.yml @@ -1,17 +1,17 @@ --- name: emoji - version: 0.0.3 + version: 0.0.4 description: emoji list in a C header bin: ./emoji.c repository: type: git - url: "git+https://github.com/RemyNoulin/emoji.git" + url: "git+https://noulin.net/git/emoji.git" keywords: - library - emoji author: remynoulin license: MIT bugs: - url: "https://github.com/RemyNoulin/emoji/issues" - homepage: "https://github.com/RemyNoulin/emoji#readme" + url: "https://noulin.net/emoji/log.html" + homepage: "https://noulin.net/emoji/file/README.md.html" private: false