summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbloominstrong2024-04-29 21:56:19 +1000
committerbloominstrong2024-04-29 21:56:19 +1000
commit96871cbe38055f07dbe489d7aaa0fcadab695875 (patch)
tree87224b663d557983a278bbd9f1b1376fc256d0fc /PKGBUILD
parent22f5e268164719d9be9fa21d6e16c6513878b5be (diff)
downloadaur-hyprkeys.tar.gz
change liense to SPDX format
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72ab3e918173..4c206dffe769 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc='A simple, scriptable keybind retrieval utility for Hyprland'
arch=('x86_64')
url='https://github.com/hyprland-community/Hyprkeys'
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('glibc')
makedepends=('go')
options=()