diff options
Diffstat (limited to 'community/targetcli/APKBUILD')
-rw-r--r-- | community/targetcli/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/targetcli/APKBUILD b/community/targetcli/APKBUILD index f0882b88a5..f1ef89b378 100644 --- a/community/targetcli/APKBUILD +++ b/community/targetcli/APKBUILD @@ -8,7 +8,7 @@ pkgrel=0 pkgdesc="An administration shell for storage targets" url="https://github.com/open-iscsi/targetcli-fb" arch="noarch" -license="AGPLv3" +license="AGPL-3.0" depends="python2 py-configobj py-configshell py-ethtool py-ipaddr py-parsing py-rtslib py-simpleparse py-six py-udev py-dbus dbus py-urwid" makedepends="$depends_dev py-setuptools" |