Add alexbiehl as maintainer
This commit is contained in:
parent
ddb161e01a
commit
6200d2f8b2
|
@ -313,6 +313,12 @@
|
||||||
githubId = 2387841;
|
githubId = 2387841;
|
||||||
name = "Alexander Bakker";
|
name = "Alexander Bakker";
|
||||||
};
|
};
|
||||||
|
alexbiehl = {
|
||||||
|
email = "alexbiehl@gmail.com";
|
||||||
|
github = "alexbiehl";
|
||||||
|
githubId = 1876617;
|
||||||
|
name = "Alex Biehl";
|
||||||
|
};
|
||||||
alexchapman = {
|
alexchapman = {
|
||||||
email = "alex@farfromthere.net";
|
email = "alex@farfromthere.net";
|
||||||
github = "AJChapman";
|
github = "AJChapman";
|
||||||
|
|
|
@ -96,6 +96,7 @@ buildPythonPackage rec {
|
||||||
homepage = "https://jcristharif.com/skein";
|
homepage = "https://jcristharif.com/skein";
|
||||||
description = "A tool and library for easily deploying applications on Apache YARN";
|
description = "A tool and library for easily deploying applications on Apache YARN";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
maintainers = with maintainers; [ alexbiehl ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue