1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

qutebrowser: Add @jagajaga as a maintainer

This commit is contained in:
Kirill Elagin 2015-06-28 02:38:01 +03:00
parent e2398a2361
commit f49e9ce1be

View file

@ -23,5 +23,6 @@ buildPythonPackage {
homepage = https://github.com/The-Compiler/qutebrowser;
description = "Keyboard-focused browser with a minimal GUI";
license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ stdenv.lib.maintainers.jagajaga ];
};
}