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

Merge pull request #265272 from rapenne-s/remove_srapenne_maintainer

treewide: remove myself as maintainer

authored by Weijia Wang and committed by GitHub 237a4e15 27ead4fe

+14 -14
+1 -1
pkgs/applications/audio/musikcube/default.nix
··· 88 88 meta = { 89 89 description = "Terminal-based music player, library, and streaming audio server"; 90 90 homepage = "https://musikcube.com/"; 91 - maintainers = with lib.maintainers; [ aanderse srapenne afh ]; 91 + maintainers = with lib.maintainers; [ aanderse afh ]; 92 92 license = lib.licenses.bsd3; 93 93 platforms = lib.platforms.all; 94 94 };
+1 -1
pkgs/applications/editors/kakoune/default.nix
··· 36 36 description = "A vim inspired text editor"; 37 37 license = licenses.publicDomain; 38 38 mainProgram = "kak"; 39 - maintainers = with maintainers; [ vrthra srapenne ]; 39 + maintainers = with maintainers; [ vrthra ]; 40 40 platforms = platforms.unix; 41 41 }; 42 42 }
+1 -1
pkgs/applications/graphics/yacreader/default.nix
··· 22 22 description = "A comic reader for cross-platform reading and managing your digital comic collection"; 23 23 homepage = "http://www.yacreader.com"; 24 24 license = lib.licenses.gpl3; 25 - maintainers = with lib.maintainers; [ srapenne ]; 25 + maintainers = with lib.maintainers; [ ]; 26 26 }; 27 27 }
+1 -1
pkgs/applications/misc/keepassxc/default.nix
··· 142 142 ''; 143 143 homepage = "https://keepassxc.org/"; 144 144 license = licenses.gpl2Plus; 145 - maintainers = with maintainers; [ jonafato srapenne blankparticle ]; 145 + maintainers = with maintainers; [ jonafato blankparticle ]; 146 146 platforms = platforms.linux ++ platforms.darwin; 147 147 }; 148 148 }
+1 -1
pkgs/applications/misc/minigalaxy/default.nix
··· 71 71 downloadPage = "https://github.com/sharkwouter/minigalaxy/releases"; 72 72 description = "A simple GOG client for Linux"; 73 73 license = licenses.gpl3; 74 - maintainers = with maintainers; [ srapenne ]; 74 + maintainers = with maintainers; [ ]; 75 75 platforms = platforms.linux; 76 76 }; 77 77 }
+1 -1
pkgs/applications/networking/mailreaders/claws-mail/default.nix
··· 158 158 homepage = "https://www.claws-mail.org/"; 159 159 license = licenses.gpl3Plus; 160 160 platforms = platforms.linux; 161 - maintainers = with maintainers; [ fpletz globin orivej oxzi ajs124 srapenne ]; 161 + maintainers = with maintainers; [ fpletz globin orivej oxzi ajs124 ]; 162 162 }; 163 163 }
+1 -1
pkgs/applications/version-management/tig/default.nix
··· 49 49 meta = with lib; { 50 50 homepage = "https://jonas.github.io/tig/"; 51 51 description = "Text-mode interface for git"; 52 - maintainers = with maintainers; [ bjornfor domenkozar qknight globin ma27 srapenne ]; 52 + maintainers = with maintainers; [ bjornfor domenkozar qknight globin ma27 ]; 53 53 license = licenses.gpl2Plus; 54 54 platforms = platforms.unix; 55 55 };
+1 -1
pkgs/development/libraries/libdeltachat/default.nix
··· 76 76 homepage = "https://github.com/deltachat/deltachat-core-rust/"; 77 77 changelog = "https://github.com/deltachat/deltachat-core-rust/blob/${src.rev}/CHANGELOG.md"; 78 78 license = licenses.mpl20; 79 - maintainers = with maintainers; [ dotlambda srapenne ]; 79 + maintainers = with maintainers; [ dotlambda ]; 80 80 platforms = platforms.unix; 81 81 }; 82 82 }
+1 -1
pkgs/shells/fish/default.nix
··· 298 298 homepage = "https://fishshell.com/"; 299 299 license = licenses.gpl2; 300 300 platforms = platforms.unix; 301 - maintainers = with maintainers; [ cole-h winter srapenne ]; 301 + maintainers = with maintainers; [ cole-h winter ]; 302 302 mainProgram = "fish"; 303 303 }; 304 304
+1 -1
pkgs/tools/admin/aws-mfa/default.nix
··· 41 41 description = "Manage AWS MFA Security Credentials"; 42 42 homepage = "https://github.com/broamski/aws-mfa"; 43 43 license = licenses.mit; 44 - maintainers = [ maintainers.srapenne ]; 44 + maintainers = [ ]; 45 45 }; 46 46 }
+1 -1
pkgs/tools/graphics/pngquant/default.nix
··· 28 28 platforms = platforms.unix; 29 29 license = with licenses; [ gpl3Plus hpnd bsd2 ]; 30 30 mainProgram = "pngquant"; 31 - maintainers = [ maintainers.srapenne ]; 31 + maintainers = [ ]; 32 32 }; 33 33 }
+1 -1
pkgs/tools/misc/rlwrap/default.nix
··· 25 25 homepage = "https://github.com/hanslub42/rlwrap"; 26 26 license = licenses.gpl2Plus; 27 27 platforms = platforms.unix; 28 - maintainers = with maintainers; [ srapenne jlesquembre ]; 28 + maintainers = with maintainers; [ jlesquembre ]; 29 29 }; 30 30 }
+1 -1
pkgs/tools/misc/tmux/default.nix
··· 103 103 license = lib.licenses.bsd3; 104 104 platforms = lib.platforms.unix; 105 105 mainProgram = "tmux"; 106 - maintainers = with lib.maintainers; [ thammers fpletz srapenne ]; 106 + maintainers = with lib.maintainers; [ thammers fpletz ]; 107 107 }; 108 108 })
+1 -1
pkgs/tools/networking/bwm-ng/default.nix
··· 39 39 homepage = "http://www.gropp.org/?id=projects&sub=bwm-ng"; 40 40 license = licenses.gpl2Plus; 41 41 platforms = platforms.unix; 42 - maintainers = with maintainers; [ srapenne ]; 42 + maintainers = with maintainers; [ ]; 43 43 longDescription = '' 44 44 bwm-ng supports: 45 45 - /proc/net/dev, netstat, getifaddr, sysctl, kstat, /proc/diskstats /proc/partitions, IOKit,