From 7e780b307986e447cca19d55201132a4708a0140 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Tue, 4 Oct 2022 22:37:17 +0200 Subject: [PATCH 01/13] musikcube: add srapenne as maintainer --- pkgs/applications/audio/musikcube/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/musikcube/default.nix b/pkgs/applications/audio/musikcube/default.nix index b19e22eeeba4..28f9edf9c5b5 100644 --- a/pkgs/applications/audio/musikcube/default.nix +++ b/pkgs/applications/audio/musikcube/default.nix @@ -84,7 +84,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A fully functional terminal-based music player, library, and streaming audio server"; homepage = "https://musikcube.com/"; - maintainers = [ maintainers.aanderse ]; + maintainers = [ maintainers.aanderse maintainers.srapenne ]; license = licenses.bsd3; platforms = platforms.all; }; From a68a20c73a0e2bf8a9f851a5948ce5fa0c2bf278 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Tue, 4 Oct 2022 22:37:42 +0200 Subject: [PATCH 02/13] kakoune: add srapenne as maintainer --- pkgs/applications/editors/kakoune/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/kakoune/default.nix b/pkgs/applications/editors/kakoune/default.nix index 9beab9fa4bea..26788ddb0677 100644 --- a/pkgs/applications/editors/kakoune/default.nix +++ b/pkgs/applications/editors/kakoune/default.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation rec { description = "A vim inspired text editor"; license = licenses.publicDomain; mainProgram = "kak"; - maintainers = with maintainers; [ vrthra ]; + maintainers = with maintainers; [ vrthra srapenne ]; platforms = platforms.unix; }; } From 0b6a5ffd9b7245cdcea2032503534c3a4764d96d Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Tue, 4 Oct 2022 22:37:55 +0200 Subject: [PATCH 03/13] yacreader: add srapenne as maintainer --- pkgs/applications/graphics/yacreader/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/graphics/yacreader/default.nix b/pkgs/applications/graphics/yacreader/default.nix index 990e279c5901..b95e25033b7c 100644 --- a/pkgs/applications/graphics/yacreader/default.nix +++ b/pkgs/applications/graphics/yacreader/default.nix @@ -22,5 +22,6 @@ mkDerivation rec { description = "A comic reader for cross-platform reading and managing your digital comic collection"; homepage = "http://www.yacreader.com"; license = lib.licenses.gpl3; + maintainers = with maintainers; [ srapenne ]; }; } From ef60a5042fa2474c93072199f07754fd9d259b54 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Tue, 4 Oct 2022 22:38:06 +0200 Subject: [PATCH 04/13] keepassxc: add srapenne as maintainer --- pkgs/applications/misc/keepassx/community.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/keepassx/community.nix b/pkgs/applications/misc/keepassx/community.nix index fdac7cede170..c7040e1c96c7 100644 --- a/pkgs/applications/misc/keepassx/community.nix +++ b/pkgs/applications/misc/keepassx/community.nix @@ -124,7 +124,7 @@ stdenv.mkDerivation rec { ''; homepage = "https://keepassxc.org/"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ jonafato turion ]; + maintainers = with maintainers; [ jonafato turion srapenne ]; platforms = platforms.linux ++ platforms.darwin; broken = stdenv.isDarwin; # see to https://github.com/NixOS/nixpkgs/issues/172165 }; From 9973855a442d46ff0b14743301161aa2040f4402 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Tue, 4 Oct 2022 22:38:15 +0200 Subject: [PATCH 05/13] claws-mail: add srapenne as maintainer --- pkgs/applications/networking/mailreaders/claws-mail/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/mailreaders/claws-mail/default.nix b/pkgs/applications/networking/mailreaders/claws-mail/default.nix index 5a580cf0f705..a40e998618a1 100644 --- a/pkgs/applications/networking/mailreaders/claws-mail/default.nix +++ b/pkgs/applications/networking/mailreaders/claws-mail/default.nix @@ -163,6 +163,6 @@ in stdenv.mkDerivation rec { homepage = "https://www.claws-mail.org/"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = with maintainers; [ fpletz globin orivej oxzi ajs124 ]; + maintainers = with maintainers; [ fpletz globin orivej oxzi ajs124 srapenne ]; }; } From 7fee5950abe1a3c90b433326e0696dd0b9f8613a Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Tue, 4 Oct 2022 22:38:22 +0200 Subject: [PATCH 06/13] tig: add srapenne as maintainer --- .../version-management/git-and-tools/tig/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/version-management/git-and-tools/tig/default.nix b/pkgs/applications/version-management/git-and-tools/tig/default.nix index f4416dcc1340..344a10cf2ec5 100644 --- a/pkgs/applications/version-management/git-and-tools/tig/default.nix +++ b/pkgs/applications/version-management/git-and-tools/tig/default.nix @@ -49,7 +49,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://jonas.github.io/tig/"; description = "Text-mode interface for git"; - maintainers = with maintainers; [ bjornfor domenkozar qknight globin ma27 ]; + maintainers = with maintainers; [ bjornfor domenkozar qknight globin ma27 srapenne ]; license = licenses.gpl2Plus; platforms = platforms.unix; }; From 8ed6c97f372650599824631ede7efbf018f60753 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Tue, 4 Oct 2022 22:38:32 +0200 Subject: [PATCH 07/13] deltachat: add srapenne as maintainer --- pkgs/development/python-modules/deltachat/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/deltachat/default.nix b/pkgs/development/python-modules/deltachat/default.nix index a342538d4ace..9a4d924b71f5 100644 --- a/pkgs/development/python-modules/deltachat/default.nix +++ b/pkgs/development/python-modules/deltachat/default.nix @@ -57,6 +57,6 @@ buildPythonPackage rec { homepage = "https://github.com/deltachat/deltachat-core-rust/tree/master/python"; changelog = "https://github.com/deltachat/deltachat-core-rust/blob/${version}/python/CHANGELOG"; license = licenses.mpl20; - maintainers = with maintainers; [ dotlambda ]; + maintainers = with maintainers; [ dotlambda srapenne ]; }; } From 5a08000cad3e9ee1a0c66f94be0eff5355c6679a Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Tue, 4 Oct 2022 22:38:42 +0200 Subject: [PATCH 08/13] pngquant: add srapenne as maintainer --- pkgs/tools/graphics/pngquant/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/graphics/pngquant/default.nix b/pkgs/tools/graphics/pngquant/default.nix index 5faab72d8fbc..908ad26fa6a6 100644 --- a/pkgs/tools/graphics/pngquant/default.nix +++ b/pkgs/tools/graphics/pngquant/default.nix @@ -27,6 +27,6 @@ stdenv.mkDerivation rec { changelog = "https://github.com/kornelski/pngquant/raw/${version}/CHANGELOG"; platforms = platforms.unix; license = with licenses; [ gpl3Plus hpnd bsd2 ]; - maintainers = [ ]; + maintainers = [ maintainers.srapenne ]; }; } From ab53d889c088351b3372994c112f2c552803384c Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Tue, 4 Oct 2022 22:38:48 +0200 Subject: [PATCH 09/13] rlwrap: add srapenne as maintainer --- pkgs/tools/misc/rlwrap/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/rlwrap/default.nix b/pkgs/tools/misc/rlwrap/default.nix index 7766237753f9..3a050cf781e5 100644 --- a/pkgs/tools/misc/rlwrap/default.nix +++ b/pkgs/tools/misc/rlwrap/default.nix @@ -25,6 +25,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/hanslub42/rlwrap"; license = licenses.gpl2Plus; platforms = platforms.unix; - maintainers = with maintainers; [ SuperSandro2000 ]; + maintainers = with maintainers; [ SuperSandro2000 srapenne ]; }; } From 7d3c04e5095a1b5ceec581ee65b03b32ff0285a5 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Tue, 4 Oct 2022 22:38:54 +0200 Subject: [PATCH 10/13] tmux: add srapenne as maintainer --- pkgs/tools/misc/tmux/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/tmux/default.nix b/pkgs/tools/misc/tmux/default.nix index 44cbe713f096..0602f9d19d83 100644 --- a/pkgs/tools/misc/tmux/default.nix +++ b/pkgs/tools/misc/tmux/default.nix @@ -77,6 +77,6 @@ stdenv.mkDerivation rec { changelog = "https://github.com/tmux/tmux/raw/${version}/CHANGES"; license = lib.licenses.bsd3; platforms = lib.platforms.unix; - maintainers = with lib.maintainers; [ thammers fpletz SuperSandro2000 ]; + maintainers = with lib.maintainers; [ thammers fpletz SuperSandro2000 srapenne ]; }; } From 9b55c3361ab75e9415cd87f050d088ad0051bc59 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Tue, 4 Oct 2022 22:39:04 +0200 Subject: [PATCH 11/13] bwm-ng: add srapenne as maintainer --- pkgs/tools/networking/bwm-ng/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/bwm-ng/default.nix b/pkgs/tools/networking/bwm-ng/default.nix index cfe0d4176a6f..397fb30490a3 100644 --- a/pkgs/tools/networking/bwm-ng/default.nix +++ b/pkgs/tools/networking/bwm-ng/default.nix @@ -39,7 +39,7 @@ stdenv.mkDerivation rec { homepage = "http://www.gropp.org/?id=projects&sub=bwm-ng"; license = licenses.gpl2Plus; platforms = platforms.unix; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ srapenne ]; longDescription = '' bwm-ng supports: - /proc/net/dev, netstat, getifaddr, sysctl, kstat, /proc/diskstats /proc/partitions, IOKit, From a7aa87ae68c49663b9e0e11ca48b47efb1de721d Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Thu, 6 Oct 2022 18:15:16 +0200 Subject: [PATCH 12/13] yacreader: use lib for maintainer --- pkgs/applications/graphics/yacreader/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/yacreader/default.nix b/pkgs/applications/graphics/yacreader/default.nix index b95e25033b7c..09e44f58db61 100644 --- a/pkgs/applications/graphics/yacreader/default.nix +++ b/pkgs/applications/graphics/yacreader/default.nix @@ -22,6 +22,6 @@ mkDerivation rec { description = "A comic reader for cross-platform reading and managing your digital comic collection"; homepage = "http://www.yacreader.com"; license = lib.licenses.gpl3; - maintainers = with maintainers; [ srapenne ]; + maintainers = with lib.maintainers; [ srapenne ]; }; } From 3f1785e1a930a5a3fe7fc1f92abd26c6c3280743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sol=C3=A8ne=20Rapenne?= Date: Thu, 6 Oct 2022 18:45:49 +0200 Subject: [PATCH 13/13] musikcube: use with maintainers Co-authored-by: Martin Weinelt --- pkgs/applications/audio/musikcube/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/musikcube/default.nix b/pkgs/applications/audio/musikcube/default.nix index 28f9edf9c5b5..6b47d1f3c846 100644 --- a/pkgs/applications/audio/musikcube/default.nix +++ b/pkgs/applications/audio/musikcube/default.nix @@ -84,7 +84,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A fully functional terminal-based music player, library, and streaming audio server"; homepage = "https://musikcube.com/"; - maintainers = [ maintainers.aanderse maintainers.srapenne ]; + maintainers = with maintainers; [ aanderse srapenne ]; license = licenses.bsd3; platforms = platforms.all; };