twemoji-color-font: remove with lib
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user