nerdfonts: meta: fix descriptions
This commit is contained in:
parent
219035ebc5
commit
6ae7abcc1a
@ -21,13 +21,14 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = ''
|
description = "Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts";
|
||||||
|
longDescription = ''
|
||||||
Nerd Fonts is a project that attempts to patch as many developer targeted
|
Nerd Fonts is a project that attempts to patch as many developer targeted
|
||||||
and/or used fonts as possible. The patch is to specifically add a high
|
and/or used fonts as possible. The patch is to specifically add a high
|
||||||
number of additional glyphs from popular 'iconic fonts' such as Font
|
number of additional glyphs from popular 'iconic fonts' such as Font
|
||||||
Awesome, Devicons, Octicons, and others.
|
Awesome, Devicons, Octicons, and others.
|
||||||
'';
|
'';
|
||||||
homepage = https://github.com/ryanoasis/nerd-fonts;
|
homepage = "https://nerdfonts.com/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ doronbehar ];
|
maintainers = with maintainers; [ doronbehar ];
|
||||||
hydraPlatforms = []; # 'Output limit exceeded' on Hydra
|
hydraPlatforms = []; # 'Output limit exceeded' on Hydra
|
||||||
|
Loading…
x
Reference in New Issue
Block a user