diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-09 21:16:30 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-16 01:55:38 +0100 |
commit | b1f5a020aa4060b6b3341bdb5e440dc8e315eda3 (patch) | |
tree | 07cdba2c71b8b7f4528deea8685622e7cc75d023 /community | |
parent | ef75d3671a67c73df99f45aaf75d818b77c247a3 (diff) | |
download | aports-b1f5a020aa4060b6b3341bdb5e440dc8e315eda3.tar.bz2 aports-b1f5a020aa4060b6b3341bdb5e440dc8e315eda3.tar.xz |
community/py-pygit2: clarify the license
Diffstat (limited to 'community')
-rw-r--r-- | community/py-pygit2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-pygit2/APKBUILD b/community/py-pygit2/APKBUILD index 70244663e3..ce3f883638 100644 --- a/community/py-pygit2/APKBUILD +++ b/community/py-pygit2/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="Python bindings for libgit2" url="https://github.com/libgit2/pygit2" arch="all" -license="GPL-2.0" +license="GPL-2.0-only-WITH-GCC-exception-2.0" _pydepends="py-cffi py-six" makedepends="$_pydepends python2-dev python3-dev py-setuptools libgit2-dev libssh2-dev libressl-dev" |