diff --git a/fcitx5/fcitx5-anthy.nix b/fcitx5/fcitx5-anthy.nix index beeb778..f797ab2 100644 --- a/fcitx5/fcitx5-anthy.nix +++ b/fcitx5/fcitx5-anthy.nix @@ -16,6 +16,7 @@ stdenv.mkDerivation rec { description = "Anthy Wrapper for Fcitx5"; homepage = "https://github.com/fcitx/fcitx5-anthy"; license = licenses.gpl2Plus; + maintainers = with maintainers; [ elnudev ]; platforms = platforms.linux; }; } diff --git a/pureref.nix b/pureref.nix index ca9508d..42a713c 100644 --- a/pureref.nix +++ b/pureref.nix @@ -14,6 +14,7 @@ appimageTools.wrapType1 rec { description = "Reference Image Viewer"; homepage = "https://www.pureref.com"; license = licenses.unfree; + maintainers = with maintainers; [ elnudev ]; platforms = platforms.linux; }; } diff --git a/twemoji.nix b/twemoji.nix index 7f3e639..db7342a 100644 --- a/twemoji.nix +++ b/twemoji.nix @@ -22,5 +22,7 @@ stdenv.mkDerivation rec { description = "Twitter Color Emoji for everyone."; homepage = "https://github.com/twitter/twemoji"; license = with licenses; [ cc-by-40 mit ]; + maintainers = with maintainers; [ elnudev ]; + platforms = platforms.all; }; }