qutebrowser: fix license
This commit is contained in:
parent
c8e66bb9ac
commit
d6acec03bb
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ buildPythonPackage {
|
|||
meta = {
|
||||
homepage = https://github.com/The-Compiler/qutebrowser;
|
||||
description = "Keyboard-focused browser with a minimal GUI";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue