summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatej Cotman <cotman.matej@gmail.com>2014-02-22 18:03:28 +0100
committerDomen Kožar <domen@dev.si>2014-02-22 18:11:18 +0100
commite07c7d233ba6415475f8e52ca59470ef2db611d1 (patch)
treef40936c3f311882b0e8ae07157ba48f361040947 /pkgs
parente310dd17745eebe8978f5c20c6a600642d7e3a7c (diff)
downloadnixlib-e07c7d233ba6415475f8e52ca59470ef2db611d1.tar
nixlib-e07c7d233ba6415475f8e52ca59470ef2db611d1.tar.gz
nixlib-e07c7d233ba6415475f8e52ca59470ef2db611d1.tar.bz2
nixlib-e07c7d233ba6415475f8e52ca59470ef2db611d1.tar.lz
nixlib-e07c7d233ba6415475f8e52ca59470ef2db611d1.tar.xz
nixlib-e07c7d233ba6415475f8e52ca59470ef2db611d1.tar.zst
nixlib-e07c7d233ba6415475f8e52ca59470ef2db611d1.zip
add matejc as maintainer
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index e9c7668c151d..b599279d8846 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -8541,6 +8541,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
       homepage = https://github.com/asciimoo/searx;
       description = "A privacy-respecting, hackable metasearch engine.";
       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.";
       homepage = https://github.com/kennethreitz/grequests;
       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";
       homepage = https://github.com/mitsuhiko/flask-babel;
       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";
       homepage = https://github.com/mitsuhiko/speaklater;
       license = "bsd";
+      maintainers = [ stdenv.lib.maintainers.matejc ];
     };
   };