usbguard: fix ambiguous GPL license indicator

This commit is contained in:
Philipp Bartsch 2020-12-29 06:45:57 +01:00 committed by Peter Hoeg
parent 23adfcf87d
commit 1aa915c09d

View File

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
meta = {
description = "The USBGuard software framework helps to protect your computer against BadUSB";
homepage = "https://usbguard.github.io/";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = [ maintainers.tnias ];
};
}