diff options
Diffstat (limited to 'testing/py-argcomplete/APKBUILD')
-rw-r--r-- | testing/py-argcomplete/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-argcomplete/APKBUILD b/testing/py-argcomplete/APKBUILD index ad871a0dda..077c110177 100644 --- a/testing/py-argcomplete/APKBUILD +++ b/testing/py-argcomplete/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="Easy, extensible command line tab completion of arguments for your Python script" url="https://github.com/kislyuk/argcomplete" arch="noarch" -license="ASL 2.0" +license="Apache-2.0" depends="" makedepends="python2-dev python3-dev py-setuptools" install="" |