wofi-emoji: add johnrtitor as maintainer

This commit is contained in:
John Titor 2024-05-02 07:37:38 +05:30
parent e9a121de7b
commit 9adf11dea9
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
description = "Simple emoji selector for Wayland using wofi and wl-clipboard";
homepage = "https://github.com/Zeioth/wofi-emoji";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ymarkus ];
maintainers = with lib.maintainers; [ johnrtitor ymarkus ];
platforms = lib.platforms.all;
mainProgram = "wofi-emoji";
};