julia-mono: cleanup
This commit is contained in:
parent
a9743d1b58
commit
ddabb069f9
@ -13,14 +13,14 @@ in fetchzip {
|
|||||||
unzip -j $downloadedFile \*.ttf -d $out/share/fonts/truetype
|
unzip -j $downloadedFile \*.ttf -d $out/share/fonts/truetype
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "A monospaced font for scientific and technical computing";
|
description = "A monospaced font for scientific and technical computing";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
JuliaMono is a monospaced typeface designed for use in text editing environments that require a wide range of specialist and technical Unicode characters. It was intended as a fun experiment to be presented at the 2020 JuliaCon conference in Lisbon, Portugal (which of course didn’t physically happen in Lisbon, but online).
|
JuliaMono is a monospaced typeface designed for use in text editing environments that require a wide range of specialist and technical Unicode characters. It was intended as a fun experiment to be presented at the 2020 JuliaCon conference in Lisbon, Portugal (which of course didn’t physically happen in Lisbon, but online).
|
||||||
'';
|
'';
|
||||||
maintainers = with lib.maintainers; [ suhr ];
|
maintainers = with maintainers; [ suhr ];
|
||||||
platforms = with lib.platforms; all;
|
platforms = with platforms; all;
|
||||||
homepage = "https://cormullion.github.io/pages/2020-07-26-JuliaMono/";
|
homepage = "https://cormullion.github.io/pages/2020-07-26-JuliaMono/";
|
||||||
license = lib.licenses.ofl;
|
license = licenses.ofl;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user