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