diff options
Diffstat (limited to 'testing/py-astral/APKBUILD')
-rw-r--r-- | testing/py-astral/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-astral/APKBUILD b/testing/py-astral/APKBUILD index 55130ce628f..2eed8841ae3 100644 --- a/testing/py-astral/APKBUILD +++ b/testing/py-astral/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="Calculations for the position of the sun and moon" url="https://pypi.python.org/pypi/astral/" arch="noarch" -license="ASL 2.0" +license="Apache-2.0" depends="py-tz" makedepends="python2-dev python3-dev py-setuptools" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" |