complgen: add hythera as maintainer

This commit is contained in:
Hythera
2026-01-03 19:34:33 +01:00
parent 858aff6097
commit e8b5e558cb
+1 -1
View File
@@ -23,6 +23,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/adaszko/complgen";
license = lib.licenses.asl20;
mainProgram = "complgen";
maintainers = [ ];
maintainers = with lib.maintainers; [ hythera ];
};
})