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 --- testing/ruby-mime-types/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/ruby-mime-types') diff --git a/testing/ruby-mime-types/APKBUILD b/testing/ruby-mime-types/APKBUILD index 09a1b3b072..fbbf3b3f88 100644 --- a/testing/ruby-mime-types/APKBUILD +++ b/testing/ruby-mime-types/APKBUILD @@ -8,7 +8,7 @@ pkgrel=0 pkgdesc="The mime-types library provides a library and registry for information about MIME content type definitions" arch="noarch" url="https://github.com/mime-types/ruby-mime-types/" -license="MIT 'Artistic 2.0' GPL-2" +license="MIT 'Artistic 2.0' GPL2" depends="ruby" depends_dev= makedepends="$depends_dev" -- cgit v1.2.3