laminar: use more specific license (gpl3 -> gpl3Plus)

This commit is contained in:
Dmitry Bogatov 2021-04-20 00:00:00 +00:00
parent e6b14cc1f8
commit 9479e4f0a1

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