diff options
author | Daniel Mueller <deso@posteo.net> | 2019-01-05 20:33:02 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2019-01-05 20:33:02 -0800 |
commit | 9dffcc7b3d119ec444a1e5b4c4e219be9c77a8be (patch) | |
tree | 20454da923ec452a36616f4c39542a01bcaef034 | |
parent | 1a04b3c7ca26ef718c16b7b2e1d51fea29c12301 (diff) | |
download | nitrocli-9dffcc7b3d119ec444a1e5b4c4e219be9c77a8be.tar.gz nitrocli-9dffcc7b3d119ec444a1e5b4c4e219be9c77a8be.tar.bz2 |
Reference official Gentoo ebuild from README
By now the nitrocli ebuild has been upstreamed for recent releases and
is available in the official Gentoo Portage tree.
This change updates the references to the Gentoo ebuild in the README
from the custom Github mirror to the official Gentoo Portage tree to
move users towards using the official ebuild.
-rw-r--r-- | nitrocli/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nitrocli/README.md b/nitrocli/README.md index e01baa2..7102bdf 100644 --- a/nitrocli/README.md +++ b/nitrocli/README.md @@ -86,10 +86,8 @@ following dependencies are required: #### Via Packages Packages are available for: -- Arch Linux: [`nitrocli`](https://aur.archlinux.org/packages/nitrocli/) in the - Arch User Repository -- Gentoo Linux: [`app-crypt/nitrocli`](https://github.com/d-e-s-o/nitrocli-ebuild) - ebuild +- Arch Linux: [`nitrocli`][nitrocli-arch] in the Arch User Repository +- Gentoo Linux: [`app-crypt/nitrocli`][nitrocli-gentoo] ebuild #### From Crates.io **nitrocli** is [published][nitrocli-cratesio] on crates.io and can @@ -138,5 +136,7 @@ the full text of the license. [nitrokey-ug]: https://www.nitrokey.com [nitrokey-pro]: https://shop.nitrokey.com/shop/product/nitrokey-pro-2-3 [nitrokey-storage]: https://shop.nitrokey.com/shop/product/nitrokey-storage-2-16gb-23 +[nitrocli-arch]: https://aur.archlinux.org/packages/nitrocli [nitrocli-cratesio]: https://crates.io/crates/nitrocli +[nitrocli-gentoo]: https://packages.gentoo.org/packages/app-crypt/nitrocli [gplv3-tldr]: https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3) |