dwarfs: correct license to "gpl3Only"

Upstream states clearly to have license GPL-3.0-only, not GPL-3.0-plus.

License file: <https://github.com/mhx/dwarfs/blob/v0.12.4/LICENSE>
Source file: <https://github.com/mhx/dwarfs/blob/v0.12.4/tools/src/mkdwarfs.cpp#L21>
This commit is contained in:
oxalica 2025-05-31 21:44:05 -04:00
parent a6f944ba4a
commit dd90387a7d

View File

@ -119,7 +119,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Fast high compression read-only file system";
homepage = "https://github.com/mhx/dwarfs";
changelog = "https://github.com/mhx/dwarfs/blob/v${finalAttrs.version}/CHANGES.md";
license = lib.licenses.gpl3Plus;
license = lib.licenses.gpl3Only;
maintainers = [ lib.maintainers.luftmensch-luftmensch ];
platforms = lib.platforms.linux;
};