3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #8475 from ehahn/qutebrowser

qutebrowser: Fix license
This commit is contained in:
Jascha Geerds 2015-06-24 13:39:22 +02:00
commit ec222230a5

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