Merge pull request #120016 from KAction/laminar-pedantic

laminar: use more specific license (gpl3 -> gpl3Plus)
This commit is contained in:
Sandro
2021-04-21 05:04:55 +02:00
committed by GitHub

View File

@@ -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 ];
};