diff options
Diffstat (limited to 'testing/buildbot-slave/APKBUILD')
-rw-r--r-- | testing/buildbot-slave/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/buildbot-slave/APKBUILD b/testing/buildbot-slave/APKBUILD index ef3db390cc..b934870258 100644 --- a/testing/buildbot-slave/APKBUILD +++ b/testing/buildbot-slave/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Buildbot slave daemon" url="http://buildbot.net/" arch="noarch" -license="GPL-2" +license="GPL2" depends="python py-twisted" depends_dev="" makedepends="python-dev py-setuptools" |