diff options
Diffstat (limited to 'community/py-jsonrpclib/APKBUILD')
-rw-r--r-- | community/py-jsonrpclib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-jsonrpclib/APKBUILD b/community/py-jsonrpclib/APKBUILD index ef3321aa403..34f4495c7bd 100644 --- a/community/py-jsonrpclib/APKBUILD +++ b/community/py-jsonrpclib/APKBUILD @@ -7,7 +7,7 @@ pkgrel=3 pkgdesc="A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax" url="https://github.com/joshmarshall/jsonrpclib" arch="noarch" -license="ASL 2.0" +license="Apache-2.0" depends="" makedepends="python2-dev py-setuptools python3-dev" subpackages="py3-${pkgname#py-}:_py3 py2-${pkgname#py-}:_py2" |