summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Biehl <alex.biehl@target.com>2020-05-29 07:35:25 +0200
committerAlex Biehl <alex.biehl@target.com>2020-06-04 09:16:16 +0200
commit6200d2f8b235bbc2adb9db45e54cae02a407a87e (patch)
treebf52bd0949fbef3592701f818a342d3e4ce747c9
parentddb161e01a43b60e2385af4a3eaa3c8e877aa14a (diff)
Add alexbiehl as maintainer
-rw-r--r--maintainers/maintainer-list.nix6
-rw-r--r--pkgs/development/python-modules/skein/default.nix1
2 files changed, 7 insertions, 0 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index 3a8c5e5a76b4f..162441b23f17b 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -313,6 +313,12 @@
     githubId = 2387841;
     name = "Alexander Bakker";
   };
+  alexbiehl = {
+    email = "alexbiehl@gmail.com";
+    github = "alexbiehl";
+    githubId = 1876617;
+    name = "Alex Biehl";
+  };
   alexchapman = {
     email = "alex@farfromthere.net";
     github = "AJChapman";
diff --git a/pkgs/development/python-modules/skein/default.nix b/pkgs/development/python-modules/skein/default.nix
index 82e4ba63ba684..92de47e788471 100644
--- a/pkgs/development/python-modules/skein/default.nix
+++ b/pkgs/development/python-modules/skein/default.nix
@@ -96,6 +96,7 @@ buildPythonPackage rec {
     homepage = "https://jcristharif.com/skein";
     description = "A tool and library for easily deploying applications on Apache YARN";
     license = licenses.bsd3;
+    maintainers = with maintainers; [ alexbiehl ];
   };
 
 }