From b60cc9e52b7504349fcbf3a998273b9be5720650 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Wed, 18 Jan 2023 18:59:57 -0800 Subject: [PATCH] Add maintainers, platforms to package derivations --- fcitx5/fcitx5-anthy.nix | 1 + pureref.nix | 1 + twemoji.nix | 2 ++ 3 files changed, 4 insertions(+) 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; }; }