about summary refs log tree commit diff
path: root/pkgs/servers/neard
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2023-01-31 15:21:37 +0100
committerJan Tojnar <jtojnar@gmail.com>2023-05-20 16:40:17 +0200
commita2f49342d860f6d0875598c3ff279881c9e283b6 (patch)
tree5e23255b8ac1abdd96963e2544fe9459530164ce /pkgs/servers/neard
parent897876e4c484f1e8f92009fd11b7d988a121a4e7 (diff)
treewide: Reduce jtojnar maintainership
Notably fwupd, pipewire and flatpak.
I want to focus on GNOME and other packages I still actually use.
Pipewire is still important but I have not touched the packaging in a while.
Diffstat (limited to 'pkgs/servers/neard')
-rw-r--r--pkgs/servers/neard/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/neard/default.nix b/pkgs/servers/neard/default.nix
index 1115a74844e34..a62746700968c 100644
--- a/pkgs/servers/neard/default.nix
+++ b/pkgs/servers/neard/default.nix
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
     description = "Near Field Communication manager";
     homepage = "https://01.org/linux-nfc";
     license = licenses.gpl2Only;
-    maintainers = with maintainers; [ jtojnar ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.unix;
   };
 }