Unverified Commit 95c39466 authored by Austin Horstman's avatar Austin Horstman
Browse files

skhd: add khaneliman as maintainer

parent 065a1c6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
    description = "Simple hotkey daemon for macOS";
    homepage = "https://github.com/koekeishiya/skhd";
    platforms = platforms.darwin;
    maintainers = with maintainers; [ cmacrae lnl7 periklis ];
    maintainers = with maintainers; [ cmacrae lnl7 periklis khaneliman];
    license = licenses.mit;
  };
}