diff options
Diffstat (limited to 'testing/pelican')
-rw-r--r-- | testing/pelican/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pelican/APKBUILD b/testing/pelican/APKBUILD index 802521ecfb..a91306569b 100644 --- a/testing/pelican/APKBUILD +++ b/testing/pelican/APKBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="A tool to generate a static blog from reStructuredText or Markdown input files." url="https://pypi.python.org/pypi/pelican/" arch="noarch" -license="AGPL3" +license="AGPL-3.0" depends="bash py-feedgenerator py-pygments py-docutils py-blinker py-unidecode py-markdown py-jinja2 py-dateutil" makedepends="python2-dev py-setuptools python3-dev" |