diff options
Diffstat (limited to 'testing/py-seqdiag/APKBUILD')
-rw-r--r-- | testing/py-seqdiag/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-seqdiag/APKBUILD b/testing/py-seqdiag/APKBUILD index 1e7a469ba62..4529bfe3f53 100644 --- a/testing/py-seqdiag/APKBUILD +++ b/testing/py-seqdiag/APKBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="seqdiag generate sequence-diagram image file" url="https://pypi.python.org/pypi/seqdiag" arch="noarch" -license="ASL 2.0" +license="Apache-2.0" depends="py-pillow py-funcparserlib py-blockdiag" makedepends="python2-dev python3-dev py-setuptools" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" |