feedbackd: add tomfitzhenry as maintainer (#159698)

This commit is contained in:
Tom
2022-02-13 10:03:18 +08:00
committed by GitHub
parent 0848dd8ab7
commit d602a03e9d
+1 -1
View File
@@ -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;
};
}