Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maintainers: remove msfjarvis #307283

Merged
merged 1 commit into from
Apr 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13769,15 +13769,6 @@
githubId = 3856390;
email = "[email protected]";
};
msfjarvis = {
github = "msfjarvis";
githubId = 13348378;
name = "Harsh Shandilya";
email = "[email protected]";
keys = [{
fingerprint = "8F87 050B 0F9C B841 1515 7399 B784 3F82 3355 E9B9";
}];
};
msiedlarek = {
email = "[email protected]";
github = "msiedlarek";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/spot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
mainProgram = "spot";
homepage = "https://github.com/xou816/spot";
license = licenses.mit;
maintainers = with maintainers; [ msfjarvis ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
6 changes: 3 additions & 3 deletions pkgs/applications/editors/android-studio/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,9 @@ in runCommand
# source-code itself).
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; rec {
stable = [ alapshin msfjarvis ];
beta = [ alapshin msfjarvis ];
canary = [ alapshin msfjarvis ];
stable = [ alapshin ];
beta = [ alapshin ];
canary = [ alapshin ];
dev = canary;
}."${channel}";
mainProgram = pname;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/vscode/extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1911,7 +1911,7 @@ let
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Gleam.gleam";
homepage = "https://github.com/gleam-lang/vscode-gleam#readme";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.msfjarvis ];
maintainers = [ ];
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/arxanas/git-branchless";
license = licenses.gpl2Only;
mainProgram = "git-branchless";
maintainers = with maintainers; [ msfjarvis nh2 hmenke ];
maintainers = with maintainers; [ nh2 hmenke ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/siedentop/git-quickfix";
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ msfjarvis ];
maintainers = with maintainers; [ ];
mainProgram = "git-quickfix";
};
}
2 changes: 1 addition & 1 deletion pkgs/data/themes/dracula-theme/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ stdenvNoCC.mkDerivation {
homepage = "https://github.com/dracula/gtk";
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ alexarice msfjarvis ];
maintainers = with maintainers; [ alexarice ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/tools/flock/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "Cross-platform version of flock(1)";
maintainers = with maintainers; [ matthewbauer msfjarvis ];
maintainers = with maintainers; [ matthewbauer ];
mainProgram = "flock";
platforms = platforms.all;
license = licenses.isc;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/misc/scrcpy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
];
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ deltaevo msfjarvis ];
maintainers = with maintainers; [ deltaevo ];
mainProgram = "scrcpy";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/fclones/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/pkolaczk/fclones";
changelog = "https://github.com/pkolaczk/fclones/releases/tag/${src.rev}";
license = licenses.mit;
maintainers = with maintainers; [ cyounkins figsoda msfjarvis ];
maintainers = with maintainers; [ cyounkins figsoda ];
mainProgram = "fclones";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/natls/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
description = "the 'ls' replacement you never knew you needed";
homepage = "https://github.com/willdoescode/nat";
license = licenses.mit;
maintainers = with maintainers; [ msfjarvis ];
maintainers = with maintainers; [ ];
mainProgram = "natls";
};
}