Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

maintainers: drop raroh73

Raroh73 7117f210 3e79bc2e

Changed files
+7 -16
maintainers
nixos
modules
services
web-apps
tests
pkgs
applications
editors
vscode
extensions
continue.continue
timonwong.shellcheck
by-name
co
commafeed
-6
maintainers/maintainer-list.nix
··· 21482 21482 githubId = 11351304; 21483 21483 name = "Ricardo Ardissone"; 21484 21484 }; 21485 - raroh73 = { 21486 - email = "me@raroh73.com"; 21487 - github = "Raroh73"; 21488 - githubId = 96078496; 21489 - name = "Raroh73"; 21490 - }; 21491 21485 rasendubi = { 21492 21486 email = "rasen.dubi@gmail.com"; 21493 21487 github = "rasendubi";
+1 -1
nixos/modules/services/web-apps/commafeed.nix
··· 111 111 }; 112 112 }; 113 113 114 - meta.maintainers = [ lib.maintainers.raroh73 ]; 114 + meta.maintainers = [ ]; 115 115 }
+1 -1
nixos/tests/commafeed.nix
··· 15 15 server.succeed("curl --fail --silent http://localhost:8082") 16 16 ''; 17 17 18 - meta.maintainers = [ lib.maintainers.raroh73 ]; 18 + meta.maintainers = [ ]; 19 19 }
+1 -4
pkgs/applications/editors/vscode/extensions/continue.continue/default.nix
··· 41 41 downloadPage = "https://marketplace.visualstudio.com/items?itemName=Continue.continue"; 42 42 homepage = "https://github.com/continuedev/continue"; 43 43 license = lib.licenses.asl20; 44 - maintainers = with lib.maintainers; [ 45 - raroh73 46 - flacks 47 - ]; 44 + maintainers = with lib.maintainers; [ flacks ]; 48 45 platforms = [ 49 46 "x86_64-linux" 50 47 "x86_64-darwin"
+2 -2
pkgs/applications/editors/vscode/extensions/default.nix
··· 3871 3871 downloadPage = "https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml"; 3872 3872 homepage = "https://github.com/redhat-developer/vscode-yaml"; 3873 3873 license = lib.licenses.mit; 3874 - maintainers = [ lib.maintainers.raroh73 ]; 3874 + maintainers = [ ]; 3875 3875 }; 3876 3876 }; 3877 3877 ··· 5386 5386 downloadPage = "https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one"; 5387 5387 homepage = "https://github.com/yzhang-gh/vscode-markdown"; 5388 5388 license = lib.licenses.mit; 5389 - maintainers = [ lib.maintainers.raroh73 ]; 5389 + maintainers = [ ]; 5390 5390 }; 5391 5391 }; 5392 5392
+1 -1
pkgs/applications/editors/vscode/extensions/timonwong.shellcheck/default.nix
··· 26 26 downloadPage = "https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck"; 27 27 homepage = "https://github.com/vscode-shellcheck/vscode-shellcheck"; 28 28 license = lib.licenses.mit; 29 - maintainers = [ lib.maintainers.raroh73 ]; 29 + maintainers = [ ]; 30 30 }; 31 31 }
+1 -1
pkgs/by-name/co/commafeed/package.nix
··· 101 101 homepage = "https://github.com/Athou/commafeed"; 102 102 license = lib.licenses.asl20; 103 103 mainProgram = "commafeed"; 104 - maintainers = [ lib.maintainers.raroh73 ]; 104 + maintainers = [ ]; 105 105 }; 106 106 }