From 5b252a4085924176a7445a3c49434562e80ad6ca Mon Sep 17 00:00:00 2001 From: Philipp Schmitt Date: Thu, 19 Feb 2015 11:32:19 +0100 Subject: [PATCH] Update license to MIT (wallabag/wallabag@3602405ec0dbc576fce09ff9e865ba2404622080) --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2697669..e828a0f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -5,7 +5,7 @@ pkgbase = wallabag url = http://www.wallabag.org/ install = wallabag.install arch = any - license = WTFPL + license = MIT depends = php>=5.3 depends = php-tidy depends = pcre diff --git a/PKGBUILD b/PKGBUILD index b380a24..42c9bbe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc='Self hostable application for saving web pages' arch=('any') url='http://www.wallabag.org/' -license=('WTFPL') +license=('MIT') depends=('php>=5.3' 'php-tidy' 'pcre') optdepends=('mariadb: For MySQL storage' 'php-sqlite: For sqlite storage' 'php-pgsql: For postgres storage') install="$pkgname.install"