David Runge pushed to branch main at Arch Linux / Packaging / Packages / helix
Commits: 16065ec9 by David Runge at 2024-07-19T15:45:58+02:00 Switch to correct SPDX license identifier Signed-off-by: David Runge <[email protected]> - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -5,7 +5,7 @@ pkgbase = helix url = https://helix-editor.com install = helix.install arch = x86_64 - license = MPL2 + license = MPL-2.0 makedepends = cargo makedepends = git depends = gcc-libs ===================================== PKGBUILD ===================================== @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="A post-modern modal text editor" arch=('x86_64') url="https://helix-editor.com" -license=('MPL2') +license=('MPL-2.0') depends=('gcc-libs' 'glibc' 'hicolor-icon-theme') makedepends=('cargo' 'git') optdepends=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/helix/-/commit/16065ec95bcdea78f91dcbc6914a301b526ed831 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/helix/-/commit/16065ec95bcdea78f91dcbc6914a301b526ed831 You're receiving this email because of your account on gitlab.archlinux.org.
