about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-02-20 19:52:48 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-02-20 19:57:34 +0100
commitf1f4f38909e73af2029315c650c1eb163c0aa56b (patch)
treeab694df64e346e361c9b86d914c9df017b37a765 /pkgs/development/python-modules
parent48b5ad27396c806208b177a5ee1defa7f1fa4058 (diff)
downloadnixlib-f1f4f38909e73af2029315c650c1eb163c0aa56b.tar
nixlib-f1f4f38909e73af2029315c650c1eb163c0aa56b.tar.gz
nixlib-f1f4f38909e73af2029315c650c1eb163c0aa56b.tar.bz2
nixlib-f1f4f38909e73af2029315c650c1eb163c0aa56b.tar.lz
nixlib-f1f4f38909e73af2029315c650c1eb163c0aa56b.tar.xz
nixlib-f1f4f38909e73af2029315c650c1eb163c0aa56b.tar.zst
nixlib-f1f4f38909e73af2029315c650c1eb163c0aa56b.zip
Revert "Remove maintainership"
I'm baaaaack!

This patch reverts my patch where I removed myself as maintainer because
of my traveling. I'm back now and I want to maintain these packages
again.

This reverts commit ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/pygraphviz/default.nix2
-rw-r--r--pkgs/development/python-modules/requests-toolbelt/default.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/pygraphviz/default.nix b/pkgs/development/python-modules/pygraphviz/default.nix
index 1fcc0ef8ce48..835cdbaa6be1 100644
--- a/pkgs/development/python-modules/pygraphviz/default.nix
+++ b/pkgs/development/python-modules/pygraphviz/default.nix
@@ -32,6 +32,6 @@ buildPythonPackage rec {
     description = "Python interface to Graphviz graph drawing package";
     homepage = https://github.com/pygraphviz/pygraphviz;
     license = licenses.bsd3;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ matthiasbeyer ];
   };
 }
diff --git a/pkgs/development/python-modules/requests-toolbelt/default.nix b/pkgs/development/python-modules/requests-toolbelt/default.nix
index f865f6b8aed9..7623640ea0ad 100644
--- a/pkgs/development/python-modules/requests-toolbelt/default.nix
+++ b/pkgs/development/python-modules/requests-toolbelt/default.nix
@@ -26,6 +26,6 @@ buildPythonPackage rec {
   meta = {
     description = "A toolbelt of useful classes and functions to be used with python-requests";
     homepage = http://toolbelt.rtfd.org;
-    maintainers = with lib.maintainers; [ jgeerds ];
+    maintainers = with lib.maintainers; [ matthiasbeyer jgeerds ];
   };
-}
+}
\ No newline at end of file