about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-01-13 22:33:24 +0100
committerLudovic Courtès <ludo@gnu.org>2015-01-13 22:33:49 +0100
commit41b53577a8f2e8ed45ef06ae3f13a92c7c90c3b4 (patch)
tree27d2e206c29eb3bc5ef611233f08a80540918553 /pkgs/applications/networking/p2p
parent007628fd49bf005c90a721f70276db70fc207637 (diff)
downloadnixlib-41b53577a8f2e8ed45ef06ae3f13a92c7c90c3b4.tar
nixlib-41b53577a8f2e8ed45ef06ae3f13a92c7c90c3b4.tar.gz
nixlib-41b53577a8f2e8ed45ef06ae3f13a92c7c90c3b4.tar.bz2
nixlib-41b53577a8f2e8ed45ef06ae3f13a92c7c90c3b4.tar.lz
nixlib-41b53577a8f2e8ed45ef06ae3f13a92c7c90c3b4.tar.xz
nixlib-41b53577a8f2e8ed45ef06ae3f13a92c7c90c3b4.tar.zst
nixlib-41b53577a8f2e8ed45ef06ae3f13a92c7c90c3b4.zip
unmaintain a bunch of packages
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/gnunet/default.nix2
-rw-r--r--pkgs/applications/networking/p2p/gnunet/svn.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/p2p/gnunet/default.nix b/pkgs/applications/networking/p2p/gnunet/default.nix
index 052c53112536..54e042f17b9a 100644
--- a/pkgs/applications/networking/p2p/gnunet/default.nix
+++ b/pkgs/applications/networking/p2p/gnunet/default.nix
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
 
     license = stdenv.lib.licenses.gpl2Plus;
 
-    maintainers = with stdenv.lib.maintainers; [ ludo viric ];
+    maintainers = with stdenv.lib.maintainers; [ viric ];
     platforms = stdenv.lib.platforms.gnu;
   };
 }
diff --git a/pkgs/applications/networking/p2p/gnunet/svn.nix b/pkgs/applications/networking/p2p/gnunet/svn.nix
index 25a51b3c9365..be385c5bc8b9 100644
--- a/pkgs/applications/networking/p2p/gnunet/svn.nix
+++ b/pkgs/applications/networking/p2p/gnunet/svn.nix
@@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
 
     license = stdenv.lib.licenses.gpl2Plus;
 
-    maintainers = with stdenv.lib.maintainers; [ ludo viric ];
+    maintainers = with stdenv.lib.maintainers; [ viric ];
     platforms = stdenv.lib.platforms.gnu;
   };
 }