Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / mangohud
Commits: b7668c45 by Campbell Jones at 2025-07-31T18:37:03-04:00 Make repo REUSE compliant - - - - - 3 changed files: - .gitignore - + LICENSES/0BSD.txt - REUSE.toml Changes: ===================================== .gitignore ===================================== @@ -2,6 +2,7 @@ /src /*/ !/keys/ +!/LICENSES/ /*.log /*.tar.* ===================================== LICENSES/0BSD.txt ===================================== @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file ===================================== REUSE.toml ===================================== @@ -7,6 +7,7 @@ path = [ "keys/**", ".SRCINFO", ".nvchecker.toml", + ".gitignore", "*.install", "*.sysusers", "*.tmpfiles", View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mangohud/-/commit/b7668c457df48276e333d98496d1574c68266219 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mangohud/-/commit/b7668c457df48276e333d98496d1574c68266219 You're receiving this email because of your account on gitlab.archlinux.org.