summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2019-02-04 21:54:54 +0000
committeroli2019-02-04 21:54:54 +0000
commit51a2c88feeef4774621e55f33ea6ef157ac3fd85 (patch)
treefdbddb33129d37fd62812ad35005016fc7e305de
parentc2b00120365e823cc113d595e3f1a0c8d7bbbfed (diff)
downloadaur-51a2c88feeef4774621e55f33ea6ef157ac3fd85.tar.gz
Correct license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bae794d2a630..bd376b3b0983 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = tt-rss-auth-ldap-git
pkgrel = 1
url = https://github.com/hydrian/TTRSS-Auth-LDAP
arch = any
- license = BSD
+ license = Apache
makedepends = git
depends = tt-rss
depends = php-ldap
diff --git a/PKGBUILD b/PKGBUILD
index 94d5fcb65b7b..4d1fb0e6d987 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Tiny Tiny RSS plugin for LDAP authentication"
arch=('any')
url="https://github.com/hydrian/TTRSS-Auth-LDAP"
-license=('BSD')
+license=('Apache')
depends=('tt-rss' 'php-ldap')
makedepends=('git')
provides=('tt-rss-auth-ldap')