forked from mirrors/nixpkgs
add matejc as maintainer
This commit is contained in:
parent
e310dd1774
commit
e07c7d233b
|
@ -8541,6 +8541,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||||
homepage = https://github.com/asciimoo/searx;
|
homepage = https://github.com/asciimoo/searx;
|
||||||
description = "A privacy-respecting, hackable metasearch engine.";
|
description = "A privacy-respecting, hackable metasearch engine.";
|
||||||
license = stdenv.lib.licenses.agpl3Plus;
|
license = stdenv.lib.licenses.agpl3Plus;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.matejc ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -8558,6 +8559,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||||
description = "GRequests allows you to use Requests with Gevent to make asyncronous HTTP Requests easily.";
|
description = "GRequests allows you to use Requests with Gevent to make asyncronous HTTP Requests easily.";
|
||||||
homepage = https://github.com/kennethreitz/grequests;
|
homepage = https://github.com/kennethreitz/grequests;
|
||||||
license = "bsd";
|
license = "bsd";
|
||||||
|
maintainers = [ stdenv.lib.maintainers.matejc ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -8575,6 +8577,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||||
description = "Adds i18n/l10n support to Flask applications";
|
description = "Adds i18n/l10n support to Flask applications";
|
||||||
homepage = https://github.com/mitsuhiko/flask-babel;
|
homepage = https://github.com/mitsuhiko/flask-babel;
|
||||||
license = "bsd";
|
license = "bsd";
|
||||||
|
maintainers = [ stdenv.lib.maintainers.matejc ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -8590,6 +8593,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||||
description = "implements a lazy string for python useful for use with gettext";
|
description = "implements a lazy string for python useful for use with gettext";
|
||||||
homepage = https://github.com/mitsuhiko/speaklater;
|
homepage = https://github.com/mitsuhiko/speaklater;
|
||||||
license = "bsd";
|
license = "bsd";
|
||||||
|
maintainers = [ stdenv.lib.maintainers.matejc ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue