forked from mirrors/nixpkgs
Merge pull request #8475 from ehahn/qutebrowser
qutebrowser: Fix license
This commit is contained in:
commit
ec222230a5
|
@ -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