maintainers: drop cameronfyfe
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -4426,12 +4426,6 @@
|
||||
githubId = 54632731;
|
||||
name = "Cameron Dugan";
|
||||
};
|
||||
cameronfyfe = {
|
||||
email = "cameron.j.fyfe@gmail.com";
|
||||
github = "cameronfyfe";
|
||||
githubId = 21013281;
|
||||
name = "Cameron Fyfe";
|
||||
};
|
||||
cameronnemo = {
|
||||
email = "cnemo@tutanota.com";
|
||||
github = "CameronNemo";
|
||||
|
||||
@@ -49,6 +49,6 @@ rustPlatform.buildRustPackage rec {
|
||||
mainProgram = "cargo-risczero";
|
||||
homepage = "https://risczero.com";
|
||||
license = with lib.licenses; [ asl20 ];
|
||||
maintainers = with lib.maintainers; [ cameronfyfe ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ cameronfyfe ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "dumbpipe";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -40,7 +40,7 @@ buildGoModule (finalAttrs: {
|
||||
description = "Command output timestamper";
|
||||
homepage = "https://github.com/gdubicki/ets/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ cameronfyfe ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "ets";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage {
|
||||
description = "Script interpolation engine for markdown documents";
|
||||
homepage = "https://github.com/terror/present/";
|
||||
license = lib.licenses.cc0;
|
||||
maintainers = with lib.maintainers; [ cameronfyfe ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "present";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ cameronfyfe ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "sendme";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -45,7 +45,6 @@ let
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
andreashgk
|
||||
cameronfyfe
|
||||
];
|
||||
mainProgram = name;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user