Add maintainers, platforms to package derivations
This commit is contained in:
parent
35adb9fe86
commit
b60cc9e52b
3 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Anthy Wrapper for Fcitx5";
|
description = "Anthy Wrapper for Fcitx5";
|
||||||
homepage = "https://github.com/fcitx/fcitx5-anthy";
|
homepage = "https://github.com/fcitx/fcitx5-anthy";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
maintainers = with maintainers; [ elnudev ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,6 +14,7 @@ appimageTools.wrapType1 rec {
|
||||||
description = "Reference Image Viewer";
|
description = "Reference Image Viewer";
|
||||||
homepage = "https://www.pureref.com";
|
homepage = "https://www.pureref.com";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
|
maintainers = with maintainers; [ elnudev ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,5 +22,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Twitter Color Emoji for everyone.";
|
description = "Twitter Color Emoji for everyone.";
|
||||||
homepage = "https://github.com/twitter/twemoji";
|
homepage = "https://github.com/twitter/twemoji";
|
||||||
license = with licenses; [ cc-by-40 mit ];
|
license = with licenses; [ cc-by-40 mit ];
|
||||||
|
maintainers = with maintainers; [ elnudev ];
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue