Merge pull request #46375 from dasJ/varinhomepage
treewide: Fix variables in homepages
This commit is contained in:
commit
293644c86b
@ -18,7 +18,7 @@ fetchzip rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://dotcolon.net/font/{pname}/";
|
homepage = "http://dotcolon.net/font/${pname}/";
|
||||||
description = "Serif font designed by Sora Sagano";
|
description = "Serif font designed by Sora Sagano";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Medio is a serif font designed by Sora Sagano, based roughly
|
Medio is a serif font designed by Sora Sagano, based roughly
|
||||||
|
@ -18,7 +18,7 @@ fetchzip rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://dotcolon.net/font/{pname}/";
|
homepage = "http://dotcolon.net/font/${pname}/";
|
||||||
description = "Geometric sans serif designed by Sora Sagano";
|
description = "Geometric sans serif designed by Sora Sagano";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Penna is a geometric sans serif designed by Sora Sagano,
|
Penna is a geometric sans serif designed by Sora Sagano,
|
||||||
|
@ -18,7 +18,7 @@ fetchzip rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://dotcolon.net/font/{pname}/";
|
homepage = "http://dotcolon.net/font/${pname}/";
|
||||||
description = "A weighted sans serif font";
|
description = "A weighted sans serif font";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ leenaars ];
|
maintainers = with maintainers; [ leenaars ];
|
||||||
|
@ -18,7 +18,7 @@ fetchzip rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://dotcolon.net/font/{pname}/";
|
homepage = "http://dotcolon.net/font/${pname}/";
|
||||||
description = "Roman body font designed for main text by Sora Sagano";
|
description = "Roman body font designed for main text by Sora Sagano";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Seshat is a Roman body font designed for the main text. By
|
Seshat is a Roman body font designed for the main text. By
|
||||||
|
Loading…
Reference in New Issue
Block a user