treewide: remove myself as maintainer from most packages (#455293)
This commit is contained in:
@@ -920,7 +920,6 @@ with lib.maintainers;
|
|||||||
samasaur
|
samasaur
|
||||||
stephank
|
stephank
|
||||||
trepetti
|
trepetti
|
||||||
trundle
|
|
||||||
];
|
];
|
||||||
scope = "Maintain Swift compiler suite for NixOS.";
|
scope = "Maintain Swift compiler suite for NixOS.";
|
||||||
shortName = "Swift";
|
shortName = "Swift";
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
name = "aesmd";
|
name = "aesmd";
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
trundle
|
|
||||||
veehaitch
|
veehaitch
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -187,7 +187,6 @@ buildGoModule rec {
|
|||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
mainProgram = "pulumi";
|
mainProgram = "pulumi";
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
trundle
|
|
||||||
veehaitch
|
veehaitch
|
||||||
tie
|
tie
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -33,7 +33,6 @@ mkPulumiPackage rec {
|
|||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
veehaitch
|
veehaitch
|
||||||
trundle
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,7 +38,6 @@ mkPulumiPackage rec {
|
|||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
veehaitch
|
veehaitch
|
||||||
trundle
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,7 +32,6 @@ mkPulumiPackage rec {
|
|||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
veehaitch
|
veehaitch
|
||||||
trundle
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ mkPulumiPackage rec {
|
|||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
veehaitch
|
veehaitch
|
||||||
trundle
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ mkPulumiPackage rec {
|
|||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
tie
|
tie
|
||||||
veehaitch
|
veehaitch
|
||||||
trundle
|
|
||||||
];
|
];
|
||||||
mainProgram = cmdRes;
|
mainProgram = cmdRes;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -90,7 +90,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/microsoft/azure-dcap-client";
|
homepage = "https://github.com/microsoft/azure-dcap-client";
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
phlip9
|
phlip9
|
||||||
trundle
|
|
||||||
veehaitch
|
veehaitch
|
||||||
];
|
];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
|||||||
@@ -84,7 +84,6 @@ stdenv.mkDerivation {
|
|||||||
homepage = "https://github.com/intel/intel-sgx-ssl";
|
homepage = "https://github.com/intel/intel-sgx-ssl";
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
phlip9
|
phlip9
|
||||||
trundle
|
|
||||||
veehaitch
|
veehaitch
|
||||||
];
|
];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user