cargo-codspeed: add hythera as maintainer

This commit is contained in:
Hythera
2026-01-04 11:41:01 +01:00
parent 84399f2e21
commit c60734ac00
+1 -1
View File
@@ -61,6 +61,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
asl20
];
mainProgram = "cargo-codspeed";
maintainers = [ ];
maintainers = with lib.maintainers; [ hythera ];
};
})