maintainers: remove msfjarvis
This commit is contained in:
parent
e07f196286
commit
804480fc08
11 changed files with 12 additions and 21 deletions
|
@ -13769,15 +13769,6 @@
|
||||||
githubId = 3856390;
|
githubId = 3856390;
|
||||||
email = "mschwaig+nixpkgs@eml.cc";
|
email = "mschwaig+nixpkgs@eml.cc";
|
||||||
};
|
};
|
||||||
msfjarvis = {
|
|
||||||
github = "msfjarvis";
|
|
||||||
githubId = 13348378;
|
|
||||||
name = "Harsh Shandilya";
|
|
||||||
email = "nixos@msfjarvis.dev";
|
|
||||||
keys = [{
|
|
||||||
fingerprint = "8F87 050B 0F9C B841 1515 7399 B784 3F82 3355 E9B9";
|
|
||||||
}];
|
|
||||||
};
|
|
||||||
msiedlarek = {
|
msiedlarek = {
|
||||||
email = "mikolaj@siedlarek.pl";
|
email = "mikolaj@siedlarek.pl";
|
||||||
github = "msiedlarek";
|
github = "msiedlarek";
|
||||||
|
|
|
@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
|
||||||
mainProgram = "spot";
|
mainProgram = "spot";
|
||||||
homepage = "https://github.com/xou816/spot";
|
homepage = "https://github.com/xou816/spot";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ msfjarvis ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -245,9 +245,9 @@ in runCommand
|
||||||
# source-code itself).
|
# source-code itself).
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; rec {
|
maintainers = with maintainers; rec {
|
||||||
stable = [ alapshin msfjarvis ];
|
stable = [ alapshin ];
|
||||||
beta = [ alapshin msfjarvis ];
|
beta = [ alapshin ];
|
||||||
canary = [ alapshin msfjarvis ];
|
canary = [ alapshin ];
|
||||||
dev = canary;
|
dev = canary;
|
||||||
}."${channel}";
|
}."${channel}";
|
||||||
mainProgram = pname;
|
mainProgram = pname;
|
||||||
|
|
|
@ -1911,7 +1911,7 @@ let
|
||||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Gleam.gleam";
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Gleam.gleam";
|
||||||
homepage = "https://github.com/gleam-lang/vscode-gleam#readme";
|
homepage = "https://github.com/gleam-lang/vscode-gleam#readme";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = [ lib.maintainers.msfjarvis ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -71,6 +71,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://github.com/arxanas/git-branchless";
|
homepage = "https://github.com/arxanas/git-branchless";
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
mainProgram = "git-branchless";
|
mainProgram = "git-branchless";
|
||||||
maintainers = with maintainers; [ msfjarvis nh2 hmenke ];
|
maintainers = with maintainers; [ nh2 hmenke ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://github.com/siedentop/git-quickfix";
|
homepage = "https://github.com/siedentop/git-quickfix";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ msfjarvis ];
|
maintainers = with maintainers; [ ];
|
||||||
mainProgram = "git-quickfix";
|
mainProgram = "git-quickfix";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,6 +45,6 @@ stdenvNoCC.mkDerivation {
|
||||||
homepage = "https://github.com/dracula/gtk";
|
homepage = "https://github.com/dracula/gtk";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ alexarice msfjarvis ];
|
maintainers = with maintainers; [ alexarice ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Cross-platform version of flock(1)";
|
description = "Cross-platform version of flock(1)";
|
||||||
maintainers = with maintainers; [ matthewbauer msfjarvis ];
|
maintainers = with maintainers; [ matthewbauer ];
|
||||||
mainProgram = "flock";
|
mainProgram = "flock";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
|
|
|
@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ deltaevo msfjarvis ];
|
maintainers = with maintainers; [ deltaevo ];
|
||||||
mainProgram = "scrcpy";
|
mainProgram = "scrcpy";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://github.com/pkolaczk/fclones";
|
homepage = "https://github.com/pkolaczk/fclones";
|
||||||
changelog = "https://github.com/pkolaczk/fclones/releases/tag/${src.rev}";
|
changelog = "https://github.com/pkolaczk/fclones/releases/tag/${src.rev}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ cyounkins figsoda msfjarvis ];
|
maintainers = with maintainers; [ cyounkins figsoda ];
|
||||||
mainProgram = "fclones";
|
mainProgram = "fclones";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
description = "the 'ls' replacement you never knew you needed";
|
description = "the 'ls' replacement you never knew you needed";
|
||||||
homepage = "https://github.com/willdoescode/nat";
|
homepage = "https://github.com/willdoescode/nat";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ msfjarvis ];
|
maintainers = with maintainers; [ ];
|
||||||
mainProgram = "natls";
|
mainProgram = "natls";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue