aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-03-17 12:01:53 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-03-17 12:01:53 +0100
commit3bbd1c00d66e582a721a4ead9b10b7b3cd40b082 (patch)
treebef9a999d8d44c86d0193fe92fb7e9fb06ebaad3 /community
parentb733eb9c8d9ac21f610556c435502e4e74c51f77 (diff)
downloadaports-3bbd1c00d66e582a721a4ead9b10b7b3cd40b082.tar.bz2
aports-3bbd1c00d66e582a721a4ead9b10b7b3cd40b082.tar.xz
community/chicken: fix license
Do not think that this is wort a rebuild though.
Diffstat (limited to 'community')
-rw-r--r--community/chicken/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/chicken/APKBUILD b/community/chicken/APKBUILD
index 02f7f3afb7..d3f1154fe7 100644
--- a/community/chicken/APKBUILD
+++ b/community/chicken/APKBUILD
@@ -7,7 +7,7 @@ pkgrel=0
pkgdesc="R5RS and R7RS compatible scheme compiler and interpreter"
url="https://call-cc.org/"
arch="all"
-license="custom"
+license="BSD-3-Clause"
depends="gcc libc-dev $pkgname-dev $pkgname-libs"
subpackages="$pkgname-doc $pkgname-libs $pkgname-dev $pkgname-feathers::noarch"
source="https://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz"