maintainers: add jonhermansen
This commit is contained in:
@@ -12330,6 +12330,13 @@
|
||||
githubId = 31407988;
|
||||
name = "Jon Bosque";
|
||||
};
|
||||
jonhermansen = {
|
||||
name = "Jon Hermansen";
|
||||
email = "jon@jh86.org";
|
||||
matrix = "@jonhermansen:matrix.org";
|
||||
github = "jonhermansen";
|
||||
githubId = 660911;
|
||||
};
|
||||
jonnybolton = {
|
||||
email = "jonnybolton@gmail.com";
|
||||
github = "jonnynightingale";
|
||||
|
||||
@@ -70,7 +70,10 @@ stdenv.mkDerivation rec {
|
||||
description = "Protect a computer network from getting infected";
|
||||
homepage = "http://www.xbill.org/";
|
||||
license = lib.licenses.gpl1Only;
|
||||
maintainers = with lib.maintainers; [ aw ];
|
||||
maintainers = with lib.maintainers; [
|
||||
aw
|
||||
jonhermansen
|
||||
];
|
||||
longDescription = ''
|
||||
Ever get the feeling that nothing is going right? You're a sysadmin,
|
||||
and someone's trying to destroy your computers. The little people
|
||||
|
||||
Reference in New Issue
Block a user