glauth: add myself as maintainer
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
parent
bb458232c1
commit
093f5bcda1
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ buildGoModule rec {
|
||||||
description = "A lightweight LDAP server for development, home use, or CI";
|
description = "A lightweight LDAP server for development, home use, or CI";
|
||||||
homepage = "https://github.com/glauth/glauth";
|
homepage = "https://github.com/glauth/glauth";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ bjornfor ];
|
maintainers = with maintainers; [ bjornfor christoph-heiss ];
|
||||||
mainProgram = "glauth";
|
mainProgram = "glauth";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue