Unverified Commit b3ee591a authored by Tom's avatar Tom Committed by GitHub
Browse files

squeekboard: add tomfitzhenry as co-maintainer

I'm a keen user, and maintainer of other mobile Linux packages.
parent e7d1e7d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
    description = "A virtual keyboard supporting Wayland";
    homepage = "https://source.puri.sm/Librem5/squeekboard";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ artturin ];
    maintainers = with maintainers; [ artturin tomfitzhenry ];
    platforms = platforms.linux;
  };
}