logcheck: fix license

This commit is contained in:
zowoq
2021-05-01 09:06:59 +10:00
parent 326f86d8cd
commit cd5f229e4f
+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.gpl2plus; license = licenses.gpl2Plus;
maintainers = [ maintainers.bluescreen303 ]; maintainers = [ maintainers.bluescreen303 ];
}; };
} }