usbguard: fix ambiguous GPL license indicator
This commit is contained in:
parent
23adfcf87d
commit
1aa915c09d
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "The USBGuard software framework helps to protect your computer against BadUSB";
|
description = "The USBGuard software framework helps to protect your computer against BadUSB";
|
||||||
homepage = "https://usbguard.github.io/";
|
homepage = "https://usbguard.github.io/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ maintainers.tnias ];
|
maintainers = [ maintainers.tnias ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user