summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Jacob2019-02-03 21:48:11 +0100
committerFlorian Jacob2019-02-03 21:48:11 +0100
commit49db54636c499f4c83bd57b996177c2102347072 (patch)
treed34c016ef5b55388965ddb3f4665eddeb173b68d
parentb999db5f1955680b666a663b58777ddfd31c2f5f (diff)
downloadaur-49db54636c499f4c83bd57b996177c2102347072.tar.gz
correct license: GPL -> MIT
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f283c460d792..fb879e3d1626 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Shell combinators library."
arch=('any')
url="https://pypi.python.org/pypi/plumbum"
-license=('GPL')
+license=('MIT')
groups=()
depends=('python2' 'python2-six')
makedepends=()