about summary refs log tree commit diff
path: root/pkgs/tools/networking/wireguard-tools/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/wireguard-tools/default.nix')
-rw-r--r--pkgs/tools/networking/wireguard-tools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/wireguard-tools/default.nix b/pkgs/tools/networking/wireguard-tools/default.nix
index f918949a0277f..ef6b0d5c64102 100644
--- a/pkgs/tools/networking/wireguard-tools/default.nix
+++ b/pkgs/tools/networking/wireguard-tools/default.nix
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
     downloadPage = "https://git.zx2c4.com/WireGuard/refs/";
     homepage = "https://www.wireguard.com/";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ elseym ericsagnes mic92 zx2c4 ];
+    maintainers = with maintainers; [ elseym ericsagnes mic92 zx2c4 globin ];
     platforms = platforms.unix;
   };
 }