Add alexbiehl as maintainer
This commit is contained in:
parent
ddb161e01a
commit
6200d2f8b2
|
@ -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";
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue