Update license to MIT (wallabag/wallabag@3602405ec0)
This commit is contained in:
parent
0211720d50
commit
5b252a4085
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -5,7 +5,7 @@ pkgbase = wallabag
|
||||||
url = http://www.wallabag.org/
|
url = http://www.wallabag.org/
|
||||||
install = wallabag.install
|
install = wallabag.install
|
||||||
arch = any
|
arch = any
|
||||||
license = WTFPL
|
license = MIT
|
||||||
depends = php>=5.3
|
depends = php>=5.3
|
||||||
depends = php-tidy
|
depends = php-tidy
|
||||||
depends = pcre
|
depends = pcre
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -6,7 +6,7 @@ pkgrel=1
|
||||||
pkgdesc='Self hostable application for saving web pages'
|
pkgdesc='Self hostable application for saving web pages'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='http://www.wallabag.org/'
|
url='http://www.wallabag.org/'
|
||||||
license=('WTFPL')
|
license=('MIT')
|
||||||
depends=('php>=5.3' 'php-tidy' 'pcre')
|
depends=('php>=5.3' 'php-tidy' 'pcre')
|
||||||
optdepends=('mariadb: For MySQL storage' 'php-sqlite: For sqlite storage' 'php-pgsql: For postgres storage')
|
optdepends=('mariadb: For MySQL storage' 'php-sqlite: For sqlite storage' 'php-pgsql: For postgres storage')
|
||||||
install="$pkgname.install"
|
install="$pkgname.install"
|
||||||
|
|
Loading…
Reference in a new issue