logcheck: update license to gpl2Plus

This commit is contained in:
Martin Weinelt
2021-05-01 00:20:10 +02:00
parent d25741e707
commit 7cc0cf9077
+1 -1
View File
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
Logcheck was part of the Abacus Project of security tools, but this version has been rewritten. Logcheck was part of the Abacus Project of security tools, but this version has been rewritten.
''; '';
homepage = "https://salsa.debian.org/debian/logcheck"; homepage = "https://salsa.debian.org/debian/logcheck";
license = licenses.gpl2; license = licenses.gpl2plus;
maintainers = [ maintainers.bluescreen303 ]; maintainers = [ maintainers.bluescreen303 ];
}; };
} }