diff --git a/league-spartan.nix b/league-spartan.nix index 9c6ca1f..f0f95a1 100644 --- a/league-spartan.nix +++ b/league-spartan.nix @@ -1,5 +1,4 @@ { - lib, fetchzip, stdenvNoCC, }: @@ -19,24 +18,4 @@ stdenvNoCC.mkDerivation (finalAttrs: { runHook postInstall ''; - - meta = { - description = "Fantastic new revival of ATF's classic Spartan, a geometric sans-serif that has no problem kicking its enemies in the chest"; - longDescription = '' - A new classic, this is a bold, modern, geometric sans-serif that has no - problem kicking its enemies in the chest. - - Taking a strong influence from ATF's classic Spartan family, we're - starting our own family out with a single strong weight. We've put a few - unique touches into a beautiful, historical typeface, and made sure to - include an extensive characterset – currently totaling over 300 glyphs. - - Over time, the open-source license will allow us expand League Spartan - into a full family, with multiple weights and styles, and we're starting - by releasing our first Bold style for this exciting, modern classic now. - ''; - homepage = "https://www.theleagueofmoveabletype.com/league-spartan"; - license = lib.licenses.ofl; - platforms = lib.platforms.all; - }; })