From 410b3da3edb571eadcc3cc1f3b8715b4f7af28b9 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 11 Mar 2024 10:20:05 +0100 Subject: [PATCH] Comforming to SPDX license identifiers - https://wiki.archlinux.org/title/PKGBUILD#license --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 2d0c0a7c..328c9d97 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="Just another guided/automated Arch Linux installer with a twist" arch=(any) url="https://github.com/archlinux/archinstall" -license=(GPL3) +license=(GPL-3.0-or-later) depends=( 'arch-install-scripts' 'coreutils'