summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/ndppd
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2023-10-24 13:09:45 +0200
committerRobin Gloster <mail@glob.in>2023-10-24 13:09:45 +0200
commite5d552f5b94c26e574a6333060d0864760034ee3 (patch)
tree86d415170797811aa02044da510834bf64ae0c0d /pkgs/applications/networking/ndppd
parent55c91c44e51ee7ae78a20212d2ee29e01c088dcb (diff)
treewide: update globin's maintainership
Diffstat (limited to 'pkgs/applications/networking/ndppd')
-rw-r--r--pkgs/applications/networking/ndppd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/ndppd/default.nix b/pkgs/applications/networking/ndppd/default.nix
index df3bc9f9f236..290a6519f85a 100644
--- a/pkgs/applications/networking/ndppd/default.nix
+++ b/pkgs/applications/networking/ndppd/default.nix
@@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/DanielAdolfsson/ndppd";
license = licenses.gpl3;
platforms = platforms.linux;
- maintainers = with maintainers; [ fadenb globin ];
+ maintainers = with maintainers; [ fadenb ];
};
}