Add alexbiehl as maintainer

This commit is contained in:
Alex Biehl 2020-05-29 07:35:25 +02:00
parent ddb161e01a
commit 6200d2f8b2
2 changed files with 7 additions and 0 deletions

View file

@ -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";

View file

@ -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 ];
};
}