summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Moch2018-12-02 08:27:10 -0500
committerDaniel Moch2018-12-02 08:27:10 -0500
commitc0bb327bb90ce86bbdf041145863a1838060384d (patch)
tree24812f075da3aaf7bb7040e5f066bede0ac561d4
parent1f5751c103919800f73943910aaa18cd4e4b2602 (diff)
downloadaur-c0bb327bb90ce86bbdf041145863a1838060384d.tar.gz
upgpkg: nncli-git 0.3.1.r12.g81f6c76-1
Correct license information
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94384e3dc1c7..60b71a5c554e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = nncli-git
url = https://nncli.org
arch = any
license = MIT
+ license = BSD
checkdepends = python-pytest
checkdepends = python-pytest-cov
checkdepends = python-pytest-mock
diff --git a/PKGBUILD b/PKGBUILD
index 614a17c19ecd..c505b50a7889 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://nncli.org"
provides=('nncli')
conflicts=('nncli')
-license=('MIT')
+license=('MIT' 'BSD')
depends=('python'
'python-urwid'
'python-requests'