summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-03-30 11:37:46 +0200
committeractionless2020-03-30 11:37:46 +0200
commite886ce11fa3dfa78704c6b571f1ca047da82ca08 (patch)
tree6923c0f2e0870b468eefa93c694ed10d269d4a59
parent2dc8c895232691ed9fd8b2fa04d580fef37e1711 (diff)
downloadaur-e886ce11fa3dfa78704c6b571f1ca047da82ca08.tar.gz
fix license entry
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eeeba7b4f953..a0d418a633dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-gaphas
pkgrel = 1
url = https://github.com/gaphor/gaphas
arch = any
- license = BSD
+ license = Apache
makedepends = python-pip
depends = python-gobject
depends = python-cairo
diff --git a/PKGBUILD b/PKGBUILD
index d7a8e359fe6d..ddad758f48d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Diagramming widget library for Python"
arch=('any')
url="https://github.com/gaphor/${_name}"
-license=('BSD')
+license=('Apache')
depends=(
'python-gobject'
'python-cairo'