usbguard: fix ambiguous GPL license indicator
This commit is contained in:
parent
23adfcf87d
commit
1aa915c09d
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue