diff dev/git/git.sh @ 1219:337f950c30f5

misc: use SPDX licenses
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:05:45 +0200
parents 6710613b88b9
children 4ccc42bf0284
line wrap: on
line diff
--- a/dev/git/git.sh	Thu Sep 30 08:58:34 2021 +0200
+++ b/dev/git/git.sh	Thu Sep 30 09:05:45 2021 +0200
@@ -18,7 +18,7 @@
 PKGNAME=git
 PKGVERSION=2.23.0
 PKGREVISION=1
-PKGLICENSE="GPLv20+"
+PKGLICENSE="GPL-2.0-only+"
 PKGSUMMARY="fast, scalable, distributed revision control system"
 PKGDOWNLOAD="https://mirrors.edge.kernel.org/pub/software/scm/$PKGNAME/$PKGNAME-$PKGVERSION.tar.xz"
 PKGDEPENDS="asciidoc:build"