summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 17:58:24 -0700
committerMark Wagie2024-01-21 17:58:24 -0700
commitc9b0e2839fee5d129eb7f29e1656311ea33ce308 (patch)
tree4cd99361350d109ed222c80d16fe3a24d9f5475f
parentf700a992152953114b49527bb6e4e9925be64554 (diff)
downloadaur-c9b0e2839fee5d129eb7f29e1656311ea33ce308.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8069e3d1ed9f..cffb65c770d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = wtfutil-bin
arch = x86_64
arch = aarch64
arch = armv6h
- license = MPL2
+ license = MPL-2.0
depends = glibc
provides = wtfutil
conflicts = wtfutil
diff --git a/PKGBUILD b/PKGBUILD
index 22ac20832c17..ed20780760c5 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>
# Contributor: Juan Tascon <juan at horlux dot org>
pkgname=wtfutil-bin
pkgver=0.43.0
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Personal information dashboard for your terminal"
arch=('x86_64' 'aarch64' 'armv6h')
url="https://wtfutil.com"
-license=('MPL2')
+license=('MPL-2.0')
depends=('glibc')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")