From ddabb069f9e238f6a9288b39d0b00beb81db62bc Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Thu, 4 Mar 2021 02:24:06 +0100 Subject: julia-mono: cleanup --- pkgs/data/fonts/julia-mono/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/data') diff --git a/pkgs/data/fonts/julia-mono/default.nix b/pkgs/data/fonts/julia-mono/default.nix index bf2fbe256fa7b..a096b49cbefaf 100644 --- a/pkgs/data/fonts/julia-mono/default.nix +++ b/pkgs/data/fonts/julia-mono/default.nix @@ -13,14 +13,14 @@ in fetchzip { unzip -j $downloadedFile \*.ttf -d $out/share/fonts/truetype ''; - meta = { + meta = with lib; { description = "A monospaced font for scientific and technical computing"; 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). ''; - maintainers = with lib.maintainers; [ suhr ]; - platforms = with lib.platforms; all; + maintainers = with maintainers; [ suhr ]; + platforms = with platforms; all; homepage = "https://cormullion.github.io/pages/2020-07-26-JuliaMono/"; - license = lib.licenses.ofl; + license = licenses.ofl; }; } -- cgit 1.4.1