nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #307283 from msfjarvis/hs/remove-maintainer

maintainers: remove msfjarvis

authored by

Sandro and committed by
GitHub
33812a15 4d205c71

+12 -21
-9
maintainers/maintainer-list.nix
··· 13720 13720 githubId = 3856390; 13721 13721 email = "mschwaig+nixpkgs@eml.cc"; 13722 13722 }; 13723 - msfjarvis = { 13724 - github = "msfjarvis"; 13725 - githubId = 13348378; 13726 - name = "Harsh Shandilya"; 13727 - email = "nixos@msfjarvis.dev"; 13728 - keys = [{ 13729 - fingerprint = "8F87 050B 0F9C B841 1515 7399 B784 3F82 3355 E9B9"; 13730 - }]; 13731 - }; 13732 13723 msiedlarek = { 13733 13724 email = "mikolaj@siedlarek.pl"; 13734 13725 github = "msiedlarek";
+1 -1
pkgs/applications/audio/spot/default.nix
··· 78 78 mainProgram = "spot"; 79 79 homepage = "https://github.com/xou816/spot"; 80 80 license = licenses.mit; 81 - maintainers = with maintainers; [ msfjarvis ]; 81 + maintainers = with maintainers; [ ]; 82 82 platforms = platforms.linux; 83 83 }; 84 84 }
+3 -3
pkgs/applications/editors/android-studio/common.nix
··· 245 245 # source-code itself). 246 246 platforms = [ "x86_64-linux" ]; 247 247 maintainers = with maintainers; rec { 248 - stable = [ alapshin msfjarvis ]; 249 - beta = [ alapshin msfjarvis ]; 250 - canary = [ alapshin msfjarvis ]; 248 + stable = [ alapshin ]; 249 + beta = [ alapshin ]; 250 + canary = [ alapshin ]; 251 251 dev = canary; 252 252 }."${channel}"; 253 253 mainProgram = pname;
+1 -1
pkgs/applications/editors/vscode/extensions/default.nix
··· 1911 1911 downloadPage = "https://marketplace.visualstudio.com/items?itemName=Gleam.gleam"; 1912 1912 homepage = "https://github.com/gleam-lang/vscode-gleam#readme"; 1913 1913 license = lib.licenses.asl20; 1914 - maintainers = [ lib.maintainers.msfjarvis ]; 1914 + maintainers = [ ]; 1915 1915 }; 1916 1916 }; 1917 1917
+1 -1
pkgs/applications/version-management/git-branchless/default.nix
··· 71 71 homepage = "https://github.com/arxanas/git-branchless"; 72 72 license = licenses.gpl2Only; 73 73 mainProgram = "git-branchless"; 74 - maintainers = with maintainers; [ msfjarvis nh2 hmenke ]; 74 + maintainers = with maintainers; [ nh2 hmenke ]; 75 75 }; 76 76 }
+1 -1
pkgs/applications/version-management/git-quickfix/default.nix
··· 35 35 homepage = "https://github.com/siedentop/git-quickfix"; 36 36 license = licenses.gpl3; 37 37 platforms = platforms.all; 38 - maintainers = with maintainers; [ msfjarvis ]; 38 + maintainers = with maintainers; [ ]; 39 39 mainProgram = "git-quickfix"; 40 40 }; 41 41 }
+1 -1
pkgs/data/themes/dracula-theme/default.nix
··· 45 45 homepage = "https://github.com/dracula/gtk"; 46 46 license = licenses.gpl3; 47 47 platforms = platforms.all; 48 - maintainers = with maintainers; [ alexarice msfjarvis ]; 48 + maintainers = with maintainers; [ alexarice ]; 49 49 }; 50 50 }
+1 -1
pkgs/development/tools/flock/default.nix
··· 23 23 24 24 meta = with lib; { 25 25 description = "Cross-platform version of flock(1)"; 26 - maintainers = with maintainers; [ matthewbauer msfjarvis ]; 26 + maintainers = with maintainers; [ matthewbauer ]; 27 27 mainProgram = "flock"; 28 28 platforms = platforms.all; 29 29 license = licenses.isc;
+1 -1
pkgs/misc/scrcpy/default.nix
··· 73 73 ]; 74 74 license = licenses.asl20; 75 75 platforms = platforms.unix; 76 - maintainers = with maintainers; [ deltaevo msfjarvis ]; 76 + maintainers = with maintainers; [ deltaevo ]; 77 77 mainProgram = "scrcpy"; 78 78 }; 79 79 }
+1 -1
pkgs/tools/misc/fclones/default.nix
··· 35 35 homepage = "https://github.com/pkolaczk/fclones"; 36 36 changelog = "https://github.com/pkolaczk/fclones/releases/tag/${src.rev}"; 37 37 license = licenses.mit; 38 - maintainers = with maintainers; [ cyounkins figsoda msfjarvis ]; 38 + maintainers = with maintainers; [ cyounkins figsoda ]; 39 39 mainProgram = "fclones"; 40 40 }; 41 41 }
+1 -1
pkgs/tools/misc/natls/default.nix
··· 20 20 description = "the 'ls' replacement you never knew you needed"; 21 21 homepage = "https://github.com/willdoescode/nat"; 22 22 license = licenses.mit; 23 - maintainers = with maintainers; [ msfjarvis ]; 23 + maintainers = with maintainers; [ ]; 24 24 mainProgram = "natls"; 25 25 }; 26 26 }