summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e57d31b13c1..d21d0297cd85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = fava
pkgrel = 1
url = https://github.com/beancount/fava
arch = any
- license = GPL
+ license = MIT
makedepends = python-pip
depends = beancount
depends = python-click
diff --git a/PKGBUILD b/PKGBUILD
index 942269636629..f9228353f153 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.19
pkgrel=1
arch=('any')
url='https://github.com/beancount/fava'
-license=('GPL')
+license=('MIT')
source=("https://files.pythonhosted.org/packages/py3/f/fava/fava-${pkgver}-py3-none-any.whl")
noextract=("fava-${pkgver}-py3-none-any.whl")
sha256sums=('1dc037146a5afb462a26c733290db03cf034431aaa5fa17bf9eb1c740dae5e69')