pulumi, pulumi-python, python3Packages.pulumi: add nicoo as maintainer

This commit is contained in:
nicoo
2026-07-25 12:44:29 +00:00
parent 00b024aca8
commit 25f9933883
3 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -235,9 +235,10 @@ buildGoModule (finalAttrs: {
license = lib.licenses.asl20;
mainProgram = "pulumi";
maintainers = with lib.maintainers; [
veehaitch
nicoo
tie
untio11
veehaitch
];
};
})
@@ -55,6 +55,7 @@ buildGoModule (finalAttrs: {
license = lib.licenses.asl20;
mainProgram = "pulumi-language-python";
maintainers = with lib.maintainers; [
nicoo
tie
untio11
];
@@ -117,6 +117,7 @@ buildPythonPackage {
homepage = "https://www.pulumi.com";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
nicoo
tie
untio11
];