Merge pull request #120016 from KAction/laminar-pedantic
laminar: use more specific license (gpl3 -> gpl3Plus)
This commit is contained in:
commit
3dac892624
@ -58,7 +58,7 @@ in stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Lightweight and modular continuous integration service";
|
description = "Lightweight and modular continuous integration service";
|
||||||
homepage = "https://laminar.ohwg.net";
|
homepage = "https://laminar.ohwg.net";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ kaction maralorn ];
|
maintainers = with maintainers; [ kaction maralorn ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user