about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorSolene Rapenne <solene.rapenne@tweag.io>2022-10-04 22:38:15 +0200
committerSolene Rapenne <solene.rapenne@tweag.io>2022-10-04 22:38:15 +0200
commit9973855a442d46ff0b14743301161aa2040f4402 (patch)
tree1e6e077cad193f292a3018bcacb6dc2702998459 /pkgs/applications/networking/mailreaders
parentef60a5042fa2474c93072199f07754fd9d259b54 (diff)
claws-mail: add srapenne as maintainer
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/claws-mail/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/claws-mail/default.nix b/pkgs/applications/networking/mailreaders/claws-mail/default.nix
index 5a580cf0f705e..a40e998618a15 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 ];
   };
 }