about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTom <tom@tom-fitzhenry.me.uk>2022-02-13 02:03:18 +0000
committerGitHub <noreply@github.com>2022-02-13 10:03:18 +0800
commitd602a03e9d023c06bb9beaf432ba4c2b860c589d (patch)
tree18cac488b29a518522bed4ee17a9d6f4fa44b111 /pkgs
parent0848dd8ab77f831c4235f0d2340d7e51ad51fd54 (diff)
feedbackd: add tomfitzhenry as maintainer (#159698)
Diffstat (limited to 'pkgs')
-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 4cdf3399135af..12a1b7f537d50 100644
--- a/pkgs/applications/misc/feedbackd/default.nix
+++ b/pkgs/applications/misc/feedbackd/default.nix
@@ -69,7 +69,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 ];
+    maintainers = with maintainers; [ pacman99 tomfitzhenry ];
     platforms = platforms.linux;
   };
 }