changelogger: add hythera as maintainer

This commit is contained in:
Hythera
2026-01-03 00:52:29 +01:00
parent 270d2a8608
commit 624c40579e
+1 -1
View File
@@ -47,6 +47,6 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/MarkusFreitag/changelogger";
license = lib.licenses.mit;
mainProgram = "changelogger";
maintainers = [ ];
maintainers = with lib.maintainers; [ hythera ];
};
})