summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Schwan2020-09-17 23:57:38 +0200
committerFrederik Schwan2020-09-17 23:57:38 +0200
commit2a4682be742a7fa30f6dcd8561a5a87954cb1aec (patch)
treebdd5842eb5ba5d152ff59dafdc26bf9b25c9da39
parent6c0910fead58faad9e3e389671654dd58e016d20 (diff)
downloadaur-python-diagnostics.tar.gz
fix license file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e4565483e57..2a2b36e68694 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-diagnostics
pkgrel = 1
url = https://github.com/miso-belica/diagnostics
arch = any
- license = GPL3
+ license = custom:apache-2.0
makedepends = python-setuptools
makedepends = python-pytest
makedepends = python-nose
diff --git a/PKGBUILD b/PKGBUILD
index 45aaae443b38..e8246f246e38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='Module for logging of detailed traceback as HTML page - Alternative to Pythons module cgitb'
arch=('any')
url='https://github.com/miso-belica/diagnostics'
-license=('GPL3')
+license=('custom:apache-2.0')
depends=('python')
makedepends=('python-setuptools' 'python-pytest' 'python-nose')
source=("https://github.com/miso-belica/diagnostics/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")