summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik Schwan2020-09-17 23:57:38 +0200
committerFrederik Schwan2020-09-17 23:57:38 +0200
commit2a4682be742a7fa30f6dcd8561a5a87954cb1aec (patch)
treebdd5842eb5ba5d152ff59dafdc26bf9b25c9da39 /PKGBUILD
parent6c0910fead58faad9e3e389671654dd58e016d20 (diff)
downloadaur-python-diagnostics.tar.gz
fix license file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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")