laminar: use more specific license (gpl3 -> gpl3Plus)
This commit is contained in:
parent
e6b14cc1f8
commit
9479e4f0a1
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ in stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "Lightweight and modular continuous integration service";
|
||||
homepage = "https://laminar.ohwg.net";
|
||||
license = licenses.gpl3;
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ kaction maralorn ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue