diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-09-04 19:12:56 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-09-04 19:12:56 +0000 |
commit | 745fc5ef96cbf0d81c35baed546df9636e3b94a2 (patch) | |
tree | c4ba6447a1863f6b6907e765f014359fb5aa50e6 | |
parent | 065b963964389dd2b9aa006e792680c3cadca899 (diff) | |
download | packages-745fc5ef96cbf0d81c35baed546df9636e3b94a2.tar.gz packages-745fc5ef96cbf0d81c35baed546df9636e3b94a2.tar.bz2 packages-745fc5ef96cbf0d81c35baed546df9636e3b94a2.tar.xz packages-745fc5ef96cbf0d81c35baed546df9636e3b94a2.zip |
user/krb5-conf: fix URL
-rw-r--r-- | user/krb5-conf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/krb5-conf/APKBUILD b/user/krb5-conf/APKBUILD index 4d60ad666..7d9b6b91c 100644 --- a/user/krb5-conf/APKBUILD +++ b/user/krb5-conf/APKBUILD @@ -1,4 +1,4 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +# Maintainer: A. Wilcox <awilfox@adelielinux.org> # # We need this package to avoid conflict with krb5 and heimdal. We can not # let it be a subpackage of either because that could create a cyclic @@ -8,7 +8,7 @@ pkgname=krb5-conf pkgver=1.0 pkgrel=1 pkgdesc="Shared krb5.conf for both MIT krb5 and heimdal" -url="http://web.mit.edu/kerberos/www/ http://h5l.org" +url="http://web.mit.edu/kerberos/www/" arch="noarch" options="!check" # Single config file. license="MIT" |