Merge pull request #8475 from ehahn/qutebrowser

qutebrowser: Fix license

+1 -1
+1 -1
pkgs/applications/networking/browsers/qutebrowser/default.nix
··· 20 20 meta = { 21 21 homepage = https://github.com/The-Compiler/qutebrowser; 22 22 description = "Keyboard-focused browser with a minimal GUI"; 23 - license = stdenv.lib.licenses.gpl3; 23 + license = stdenv.lib.licenses.gpl3Plus; 24 24 }; 25 25 }