treewide: remove myself as maintainer

This commit is contained in:
Solène Rapenne 2023-11-03 17:52:06 +01:00 committed by Weijia Wang
parent 43cb6e39b2
commit b55d20d7c4
14 changed files with 14 additions and 14 deletions

View file

@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Terminal-based music player, library, and streaming audio server"; description = "Terminal-based music player, library, and streaming audio server";
homepage = "https://musikcube.com/"; homepage = "https://musikcube.com/";
maintainers = with lib.maintainers; [ aanderse srapenne afh ]; maintainers = with lib.maintainers; [ aanderse afh ];
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
description = "A vim inspired text editor"; description = "A vim inspired text editor";
license = licenses.publicDomain; license = licenses.publicDomain;
mainProgram = "kak"; mainProgram = "kak";
maintainers = with maintainers; [ vrthra srapenne ]; maintainers = with maintainers; [ vrthra ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -22,6 +22,6 @@ mkDerivation rec {
description = "A comic reader for cross-platform reading and managing your digital comic collection"; description = "A comic reader for cross-platform reading and managing your digital comic collection";
homepage = "http://www.yacreader.com"; homepage = "http://www.yacreader.com";
license = lib.licenses.gpl3; license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ srapenne ]; maintainers = with lib.maintainers; [ ];
}; };
} }

View file

@ -142,7 +142,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://keepassxc.org/"; homepage = "https://keepassxc.org/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ jonafato srapenne blankparticle ]; maintainers = with maintainers; [ jonafato blankparticle ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }

View file

@ -71,7 +71,7 @@ python3Packages.buildPythonApplication rec {
downloadPage = "https://github.com/sharkwouter/minigalaxy/releases"; downloadPage = "https://github.com/sharkwouter/minigalaxy/releases";
description = "A simple GOG client for Linux"; description = "A simple GOG client for Linux";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ srapenne ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -158,6 +158,6 @@ in stdenv.mkDerivation rec {
homepage = "https://www.claws-mail.org/"; homepage = "https://www.claws-mail.org/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ fpletz globin orivej oxzi ajs124 srapenne ]; maintainers = with maintainers; [ fpletz globin orivej oxzi ajs124 ];
}; };
} }

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://jonas.github.io/tig/"; homepage = "https://jonas.github.io/tig/";
description = "Text-mode interface for git"; description = "Text-mode interface for git";
maintainers = with maintainers; [ bjornfor domenkozar qknight globin ma27 srapenne ]; maintainers = with maintainers; [ bjornfor domenkozar qknight globin ma27 ];
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/deltachat/deltachat-core-rust/"; homepage = "https://github.com/deltachat/deltachat-core-rust/";
changelog = "https://github.com/deltachat/deltachat-core-rust/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/deltachat/deltachat-core-rust/blob/${src.rev}/CHANGELOG.md";
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ dotlambda srapenne ]; maintainers = with maintainers; [ dotlambda ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -298,7 +298,7 @@ let
homepage = "https://fishshell.com/"; homepage = "https://fishshell.com/";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ cole-h winter srapenne ]; maintainers = with maintainers; [ cole-h winter ];
mainProgram = "fish"; mainProgram = "fish";
}; };

View file

@ -41,6 +41,6 @@ buildPythonApplication rec {
description = "Manage AWS MFA Security Credentials"; description = "Manage AWS MFA Security Credentials";
homepage = "https://github.com/broamski/aws-mfa"; homepage = "https://github.com/broamski/aws-mfa";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.srapenne ]; maintainers = [ ];
}; };
} }

View file

@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix; platforms = platforms.unix;
license = with licenses; [ gpl3Plus hpnd bsd2 ]; license = with licenses; [ gpl3Plus hpnd bsd2 ];
mainProgram = "pngquant"; mainProgram = "pngquant";
maintainers = [ maintainers.srapenne ]; maintainers = [ ];
}; };
} }

View file

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/hanslub42/rlwrap"; homepage = "https://github.com/hanslub42/rlwrap";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ srapenne jlesquembre ]; maintainers = with maintainers; [ jlesquembre ];
}; };
} }

View file

@ -103,6 +103,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
mainProgram = "tmux"; mainProgram = "tmux";
maintainers = with lib.maintainers; [ thammers fpletz srapenne ]; maintainers = with lib.maintainers; [ thammers fpletz ];
}; };
}) })

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.gropp.org/?id=projects&sub=bwm-ng"; homepage = "http://www.gropp.org/?id=projects&sub=bwm-ng";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ srapenne ]; maintainers = with maintainers; [ ];
longDescription = '' longDescription = ''
bwm-ng supports: bwm-ng supports:
- /proc/net/dev, netstat, getifaddr, sysctl, kstat, /proc/diskstats /proc/partitions, IOKit, - /proc/net/dev, netstat, getifaddr, sysctl, kstat, /proc/diskstats /proc/partitions, IOKit,