Merge pull request #282012 from christoph-heiss/glauth/add-myself-as-mnt

glauth: add myself as maintainer
This commit is contained in:
Nick Cao 2024-01-19 10:29:09 -05:00 committed by GitHub
commit 130ed77d09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";
};
}