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:
parent
a6f944ba4a
commit
dd90387a7d
@ -119,7 +119,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
description = "Fast high compression read-only file system";
|
description = "Fast high compression read-only file system";
|
||||||
homepage = "https://github.com/mhx/dwarfs";
|
homepage = "https://github.com/mhx/dwarfs";
|
||||||
changelog = "https://github.com/mhx/dwarfs/blob/v${finalAttrs.version}/CHANGES.md";
|
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 ];
|
maintainers = [ lib.maintainers.luftmensch-luftmensch ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user