glauth: add myself as maintainer

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-01-19 10:06:32 +01:00
parent bb458232c1
commit 093f5bcda1
No known key found for this signature in database
GPG Key ID: 1538094429952F86

@ -48,7 +48,7 @@ buildGoModule rec {
description = "A lightweight LDAP server for development, home use, or CI";
homepage = "https://github.com/glauth/glauth";
license = licenses.mit;
maintainers = with maintainers; [ bjornfor ];
maintainers = with maintainers; [ bjornfor christoph-heiss ];
mainProgram = "glauth";
};
}