skhd: add khaneliman as maintainer

This commit is contained in:
Austin Horstman 2023-07-30 21:29:37 -05:00
parent 065a1c6bba
commit 95c3946692
No known key found for this signature in database

View File

@ -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;
};
}