aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-23 14:31:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-23 14:31:34 +0000
commitc3e4ea03730a19a18eb95517f3d965ba6030aa1c (patch)
treeeb5bc1b25c20d623532622a50ad2276a0a4b5a33 /testing
parentccc0e2b0ce4c66fae4c3b87b68667bae931a8373 (diff)
downloadaports-c3e4ea03730a19a18eb95517f3d965ba6030aa1c.tar.bz2
aports-c3e4ea03730a19a18eb95517f3d965ba6030aa1c.tar.xz
testing/ddate: fix license to Public Domain
Diffstat (limited to 'testing')
-rw-r--r--testing/ddate/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ddate/APKBUILD b/testing/ddate/APKBUILD
index 68fb3b72ac..2f9cb34f64 100644
--- a/testing/ddate/APKBUILD
+++ b/testing/ddate/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Convert Gregorian dates to Discordian dates"
url="https://github.com/bo0ts/ddate"
arch="all"
-license="custom"
+license="Public Domain"
depends=""
depends_dev=""
makedepends="$depends_dev cmake"