twemoji-color-font: remove with lib

This commit is contained in:
Acid Bong
2025-10-23 12:16:29 +03:00
parent 1b60052bae
commit d69f2a5605
@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
meta = with lib; {
meta = {
description = "Color emoji SVGinOT font using Twitter Unicode 10 emoji with diversity and country flags";
longDescription = ''
A color and B&W emoji SVGinOT font built from the Twitter Emoji for
@@ -37,10 +37,10 @@ stdenv.mkDerivation (finalAttrs: {
'';
homepage = "https://github.com/eosrei/twemoji-color-font";
downloadPage = "https://github.com/eosrei/twemoji-color-font/releases";
license = with licenses; [
license = with lib.licenses; [
cc-by-40
mit
];
maintainers = [ maintainers.fgaz ];
maintainers = [ lib.maintainers.fgaz ];
};
})