diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-10 08:26:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-02 09:02:51 +0000 |
commit | 4e629c91d4dea42ae229831bee630fb5e88f301d (patch) | |
tree | 3f29467a24d284b91f45f5adb5ae27411ea82590 /testing/py-sphinxcontrib-gist | |
parent | d52e3b37461381b6d198cd38e3cbaf0b7dda3b09 (diff) | |
download | aports-4e629c91d4dea42ae229831bee630fb5e88f301d.tar.bz2 aports-4e629c91d4dea42ae229831bee630fb5e88f301d.tar.xz |
testing/py-sphinxcontrib-gist: fix license
Diffstat (limited to 'testing/py-sphinxcontrib-gist')
-rw-r--r-- | testing/py-sphinxcontrib-gist/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-sphinxcontrib-gist/APKBUILD b/testing/py-sphinxcontrib-gist/APKBUILD index d758a6e603..310cb3a1cc 100644 --- a/testing/py-sphinxcontrib-gist/APKBUILD +++ b/testing/py-sphinxcontrib-gist/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="Sphinx gist extension" url="https://pypi.python.org/pypi/sphinxcontrib-gist" arch="noarch" -license="BSD" +license="LGPL3" depends="python py-sphinx" depends_dev="" makedepends="python-dev py-setuptools" |