about summary refs log tree commit diff
path: root/pkgs/applications/networking/feedreaders
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2022-04-04 08:08:22 -0700
committerWilliam Casarin <jb55@jb55.com>2022-04-04 08:10:42 -0700
commita1390787c3c165d93482ccd26587e855778a63b3 (patch)
tree537e051baa508172f78ed21c634ad0f7c460c9eb /pkgs/applications/networking/feedreaders
parentf4aabde8580957e93118e45f3ad467bb5d9f131f (diff)
remove jb55 as maintainer from some packages
I no longer use these and don't have much incentive to maintain them :(
Diffstat (limited to 'pkgs/applications/networking/feedreaders')
-rw-r--r--pkgs/applications/networking/feedreaders/rss2email/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/feedreaders/rss2email/default.nix b/pkgs/applications/networking/feedreaders/rss2email/default.nix
index 9f0ebc7d930f5..ae98133f18992 100644
--- a/pkgs/applications/networking/feedreaders/rss2email/default.nix
+++ b/pkgs/applications/networking/feedreaders/rss2email/default.nix
@@ -42,7 +42,7 @@ buildPythonApplication rec {
     description = "A tool that converts RSS/Atom newsfeeds to email";
     homepage = "https://pypi.python.org/pypi/rss2email";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ jb55 Profpatsch ekleog ];
+    maintainers = with maintainers; [ Profpatsch ekleog ];
   };
   passthru.tests = {
     smoke-test = nixosTests.rss2email;