gtree: add hythera as maintainer

This commit is contained in:
Hythera
2026-02-17 11:06:57 +01:00
parent 688f265eb4
commit f74f7b3d3c
+1 -1
View File
@@ -48,6 +48,6 @@ buildGo126Module (finalAttrs: {
homepage = "https://github.com/ddddddO/gtree";
changelog = "https://github.com/ddddddO/gtree/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.bsd2;
maintainers = [ ];
maintainers = with lib.maintainers; [ hythera ];
};
})