mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
treewide: remove myself as maintainer from most packages
This mostly has been reality for a while now. I still use some of the packages, but don't have the capacity to maintain them.
This commit is contained in:
parent
1456ff76ee
commit
ddee9d53fd
10 changed files with 0 additions and 10 deletions
|
|
@ -1260,7 +1260,6 @@ with lib.maintainers;
|
|||
samasaur
|
||||
stephank
|
||||
trepetti
|
||||
trundle
|
||||
];
|
||||
scope = "Maintain Swift compiler suite for NixOS.";
|
||||
shortName = "Swift";
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
name = "aesmd";
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [
|
||||
trundle
|
||||
veehaitch
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -187,7 +187,6 @@ buildGoModule rec {
|
|||
license = lib.licenses.asl20;
|
||||
mainProgram = "pulumi";
|
||||
maintainers = with lib.maintainers; [
|
||||
trundle
|
||||
veehaitch
|
||||
tie
|
||||
];
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ mkPulumiPackage rec {
|
|||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [
|
||||
veehaitch
|
||||
trundle
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ mkPulumiPackage rec {
|
|||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [
|
||||
veehaitch
|
||||
trundle
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ mkPulumiPackage rec {
|
|||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [
|
||||
veehaitch
|
||||
trundle
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ mkPulumiPackage rec {
|
|||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [
|
||||
veehaitch
|
||||
trundle
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ mkPulumiPackage rec {
|
|||
maintainers = with maintainers; [
|
||||
tie
|
||||
veehaitch
|
||||
trundle
|
||||
];
|
||||
mainProgram = cmdRes;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -90,7 +90,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/microsoft/azure-dcap-client";
|
||||
maintainers = with lib.maintainers; [
|
||||
phlip9
|
||||
trundle
|
||||
veehaitch
|
||||
];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
|
|
|
|||
|
|
@ -84,7 +84,6 @@ stdenv.mkDerivation {
|
|||
homepage = "https://github.com/intel/intel-sgx-ssl";
|
||||
maintainers = with lib.maintainers; [
|
||||
phlip9
|
||||
trundle
|
||||
veehaitch
|
||||
];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue