summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormar77i2016-06-10 17:55:17 +0200
committermar77i2016-06-10 17:55:17 +0200
commit3ac83a119d7598a37e31778fc4366f687d1f5cbe (patch)
treeb83b2c0788e2389b28c3bca1497b44b160296309
parent2935556a60a506a403121394a3683702768c4f6f (diff)
downloadaur-3ac83a119d7598a37e31778fc4366f687d1f5cbe.tar.gz
use custom:ISC for the license as https://wiki.archlinux.org/PKGBUILD#license suggests
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5acdeba42373..b4c02b13e907 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgrel=1
pkgdesc="Service to update a subdomain reserved through afraid.org."
url="https://github.com/mar77i/afraiddns"
arch=(any)
-license=(custom)
+license=(custom:ISC)
backup=(etc/afraiddns/apikey)
depends=('curl')
install="${pkgname}.install"