diff options
Diffstat (limited to 'community/py-ethtool/APKBUILD')
-rw-r--r-- | community/py-ethtool/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-ethtool/APKBUILD b/community/py-ethtool/APKBUILD index d7cf8f4538..c923defa5a 100644 --- a/community/py-ethtool/APKBUILD +++ b/community/py-ethtool/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Python library for the ethtool kernel interface" url="http://www.ohloh.net/p/python-ethtool" arch="all" -license="GPL2" +license="GPL-2.0" depends= depends_dev="libnl-dev pkgconfig python2-dev" makedepends="linux-headers $depends_dev" |