summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/freenet/default.nix
diff options
context:
space:
mode:
authorChris Double <chris.double@double.co.nz>2020-11-09 21:42:14 +1300
committerAlyssa Ross <hi@alyssa.is>2020-11-09 11:44:51 +0000
commit743169a07b8f795958a2e56a8ecc0dbf3da29a1a (patch)
tree30787576a2adc7ed8551e390fa30b7bf825faf6c /pkgs/applications/networking/p2p/freenet/default.nix
parentf4a3f2e6ce1e8a8c443ce9b2195d7e9b29e014d2 (diff)
downloadnixpkgs-743169a07b8f795958a2e56a8ecc0dbf3da29a1a.tar
nixpkgs-743169a07b8f795958a2e56a8ecc0dbf3da29a1a.tar.gz
nixpkgs-743169a07b8f795958a2e56a8ecc0dbf3da29a1a.tar.bz2
nixpkgs-743169a07b8f795958a2e56a8ecc0dbf3da29a1a.tar.lz
nixpkgs-743169a07b8f795958a2e56a8ecc0dbf3da29a1a.tar.xz
nixpkgs-743169a07b8f795958a2e56a8ecc0dbf3da29a1a.tar.zst
nixpkgs-743169a07b8f795958a2e56a8ecc0dbf3da29a1a.zip
freenet: remove myself as maintainer
Diffstat (limited to 'pkgs/applications/networking/p2p/freenet/default.nix')
-rw-r--r--pkgs/applications/networking/p2p/freenet/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/freenet/default.nix b/pkgs/applications/networking/p2p/freenet/default.nix
index 017f059ff6c..d50f5a67931 100644
--- a/pkgs/applications/networking/p2p/freenet/default.nix
+++ b/pkgs/applications/networking/p2p/freenet/default.nix
@@ -74,7 +74,7 @@ in stdenv.mkDerivation {
     description = "Decentralised and censorship-resistant network";
     homepage = "https://freenetproject.org/";
     license = stdenv.lib.licenses.gpl2Plus;
-    maintainers = [ stdenv.lib.maintainers.doublec ];
+    maintainers = [ ];
     platforms = with stdenv.lib.platforms; linux;
   };
 }