qutebrowser: fix license

This commit is contained in:
Erik Hahn 2015-06-24 00:10:54 +02:00
parent c8e66bb9ac
commit d6acec03bb

View File

@ -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;
};
}