George Hu pushed to branch main at Arch Linux / Packaging / Packages / fnm
Commits:
e8da3236 by George Hu at 2026-02-10T14:40:10+08:00
Use SPDX license identifier
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = fnm
pkgrel = 1
url = https://github.com/Schniz/fnm
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = cargo
depends = xz
depends = bzip2
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Fast and simple Node.js version manager, built with Rust"
arch=('x86_64')
url="https://github.com/Schniz/fnm"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('xz' 'bzip2' 'gcc-libs')
makedepends=('cargo')
conflicts=('fnm-bin')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fnm/-/commit/e8da32361f046f25df5e7b6a6a082505464efcc9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fnm/-/commit/e8da32361f046f25df5e7b6a6a082505464efcc9
You're receiving this email because of your account on gitlab.archlinux.org.