about summary refs log tree commit diff
path: root/pkgs/by-name/gl
diff options
context:
space:
mode:
authorChristoph Heiss <christoph@c8h4.io>2024-01-19 10:06:32 +0100
committerChristoph Heiss <christoph@c8h4.io>2024-01-19 10:06:32 +0100
commit093f5bcda1f325adb590682860bfcac3cd7c7c61 (patch)
tree4d026d902bc61154589c7a63c20333a80ae96305 /pkgs/by-name/gl
parentbb458232c1b4eb14f653214617c618994df8d1f3 (diff)
glauth: add myself as maintainer
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
Diffstat (limited to 'pkgs/by-name/gl')
-rw-r--r--pkgs/by-name/gl/glauth/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/gl/glauth/package.nix b/pkgs/by-name/gl/glauth/package.nix
index 7f279e8613e76..22929707c72b4 100644
--- a/pkgs/by-name/gl/glauth/package.nix
+++ b/pkgs/by-name/gl/glauth/package.nix
@@ -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";
   };
 }