summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/networking/n2n/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/n2n/default.nix')
-rw-r--r--pkgs/tools/networking/n2n/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/n2n/default.nix b/pkgs/tools/networking/n2n/default.nix
index 77c7d4161d1f..08028910f82a 100644
--- a/pkgs/tools/networking/n2n/default.nix
+++ b/pkgs/tools/networking/n2n/default.nix
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
description = "Peer-to-peer VPN";
homepage = "https://www.ntop.org/products/n2n/";
license = licenses.gpl3Plus;
- maintainers = with maintainers; [ malvo ];
+ maintainers = with maintainers; [ malte-v ];
};
}