mago: add hythera as maintainer

This commit is contained in:
Hythera
2026-01-24 20:42:25 +01:00
parent 9216068074
commit e0915828ad
+1 -1
View File
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
description = "Toolchain for PHP that aims to provide a set of tools to help developers write better code";
homepage = "https://github.com/carthage-software/mago";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = with lib.maintainers; [ hythera ];
mainProgram = "mago";
};
})