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
commit 3dac892624
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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