summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 11:33:12 -0700
committerMark Wagie2024-01-21 11:33:12 -0700
commit42befa0daaff9b708e70b5c86c3e213e954439e3 (patch)
tree2b8e22532dc0a17501d86560cd8a232b56c1e636 /PKGBUILD
parent14efac021162f8cd554d311cf67d2d586263c8d2 (diff)
downloadaur-python-daemons.tar.gz
use SPDX license identifiers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6ab5f304aee..46178b8cdcd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=python-daemons
_name=${pkgname#python-}
pkgver=1.3.2
@@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="Python unix daemon base classes."
arch=('any')
url="https://github.com/kevinconway/daemons"
-license=('Apache')
+license=('Apache-2.0')
depends=('python-eventlet' 'python-gevent')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")