about summary refs log tree commit diff
path: root/pkgs/applications/misc/feedbackd
diff options
context:
space:
mode:
authorTom Fitzhenry <tom@tom-fitzhenry.me.uk>2024-05-31 10:47:29 +1000
committerTom Fitzhenry <tom@tom-fitzhenry.me.uk>2024-05-31 10:47:29 +1000
commitf1c7c63c6927af48d05ac749d8fcea32538d2848 (patch)
tree1dc47db49760b5851538c71d12958de95298c7fc /pkgs/applications/misc/feedbackd
parent6606ce9c0c8e1cf336cca01ba586feb43b7ff316 (diff)
Remove tomfitzhenry@ from some maintainership
I don't use these programs anymore, sadly.
Diffstat (limited to 'pkgs/applications/misc/feedbackd')
-rw-r--r--pkgs/applications/misc/feedbackd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/feedbackd/default.nix b/pkgs/applications/misc/feedbackd/default.nix
index 2c7320fdd9ef2..94962dd7f4e87 100644
--- a/pkgs/applications/misc/feedbackd/default.nix
+++ b/pkgs/applications/misc/feedbackd/default.nix
@@ -100,7 +100,7 @@ stdenv.mkDerivation rec {
     description = "A daemon to provide haptic (and later more) feedback on events";
     homepage = "https://source.puri.sm/Librem5/feedbackd";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ pacman99 tomfitzhenry ];
+    maintainers = with maintainers; [ pacman99 ];
     platforms = platforms.linux;
   };
 }