diff options
Diffstat (limited to 'community/buildbot/APKBUILD')
-rw-r--r-- | community/buildbot/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/buildbot/APKBUILD b/community/buildbot/APKBUILD index 9d9698b66a8..207c6a945ce 100644 --- a/community/buildbot/APKBUILD +++ b/community/buildbot/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Continuous integration testing framework" url="http://buildbot.net/" arch="noarch" -license="GPLv2" +license="GPL-2.0" depends="python2 py-twisted py-simplejson py2-sqlalchemy py2-pysqlite py-jinja2 py2-sqlalchemy-migrate py-dateutil py-setuptools" |