aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/freenet/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/freenet/default.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/freenet/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/freenet/default.nix b/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/freenet/default.nix
index 017f059ff6c3..d50f5a679316 100644
--- a/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/freenet/default.nix
+++ b/infra/libkookie/nixpkgs/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;
};
}