From 53679caf4fa9cfa393975176fe5d544dfd4e5ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Wed, 30 Sep 2015 16:28:24 +0200 Subject: don't prefix GPL version number with a dash This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license --- main/eggdrop/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/eggdrop') diff --git a/main/eggdrop/APKBUILD b/main/eggdrop/APKBUILD index c3391c1e54..ce58ddc3d1 100644 --- a/main/eggdrop/APKBUILD +++ b/main/eggdrop/APKBUILD @@ -5,7 +5,7 @@ pkgrel=1 pkgdesc="World's most popular Open Source IRC bot" url="http://www.eggheads.org/" arch="all" -license='GPL-2' +license='GPL2' depends="tcl" makedepends="tcl-dev !bind-libs" install= -- cgit v1.2.3