diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-21 01:00:50 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-21 01:00:50 +0200 |
commit | ab77bc7ed78d7e7ea2dc4614102de1ed707c8f3e (patch) | |
tree | 3ee2a7819e21ad8fca2603a32c251f7a19e89abb /testing | |
parent | 461d8a0590321838a03ead9cbf9a7b6cf44d5398 (diff) | |
download | aports-ab77bc7ed78d7e7ea2dc4614102de1ed707c8f3e.tar.bz2 aports-ab77bc7ed78d7e7ea2dc4614102de1ed707c8f3e.tar.xz |
testing/libnsl: keep only single project's url
Diffstat (limited to 'testing')
-rw-r--r-- | testing/libnsl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libnsl/APKBUILD b/testing/libnsl/APKBUILD index 8e5bdaa0fe..8ccb76087d 100644 --- a/testing/libnsl/APKBUILD +++ b/testing/libnsl/APKBUILD @@ -4,7 +4,7 @@ pkgname=libnsl pkgver=1.0.5 pkgrel=1 pkgdesc="Public client interface for NIS(YP) and NIS+ in a IPv6 ready version" -url="http://www.linux-nis.org | https://github.com/thkukuk/libnsl" +url="https://github.com/thkukuk/libnsl" arch="all" license="LGPL2+" options="!check" |