incus: fix container tests from image rename (#360305)
[NixPkgs.git] / pkgs / by-name / le / league-of-moveable-type / package.nix
blob236a2e39ed10a0647332556f1e9b58cadc4868d4
1 { lib
2 , symlinkJoin
3 , the-neue-black
4 , blackout
5 , chunk
6 , fanwood
7 , goudy-bookletter-1911
8 , junction-font
9 , knewave
10 , league-gothic
11 , league-script-number-one
12 , league-spartan
13 , linden-hill
14 , orbitron
15 , ostrich-sans
16 , prociono
17 , raleway
18 , sniglet
19 , sorts-mill-goudy
22 symlinkJoin {
23   name = "league-of-moveable-type";
25   paths = [
26     the-neue-black
27     blackout
28     chunk
29     fanwood
30     goudy-bookletter-1911
31     junction-font
32     knewave
33     league-gothic
34     league-script-number-one
35     league-spartan
36     linden-hill
37     orbitron
38     ostrich-sans
39     prociono
40     raleway
41     sniglet
42     sorts-mill-goudy
43   ];
45   meta = {
46     description = "Font Collection by The League of Moveable Type";
48     longDescription = ''
49       We're done with the tired old fontstacks of yesteryear. The web
50       is no longer limited, and now it's time to raise our standards.
51       Since 2009, The League has given only the most well-made, free &
52       open-source, @font-face ready fonts.
53     '';
55     homepage = "https://www.theleagueofmoveabletype.com/";
57     license = lib.licenses.ofl;
59     platforms = lib.platforms.all;
60     maintainers = with lib.maintainers; [ bergey minijackson ];
61   };