summary refs log tree commit diff
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-04-10 01:22:24 +0300
committerDoron Behar <doron.behar@gmail.com>2020-04-10 01:22:24 +0300
commit6ae7abcc1a75b8be2675bb8c251ebc16c90ee882 (patch)
tree32bbcb550de98708313bcb8c4347ccb026a0e926
parent219035ebc50ab498f289a9265d82fa5373759391 (diff)
downloadnixpkgs-6ae7abcc1a75b8be2675bb8c251ebc16c90ee882.tar
nixpkgs-6ae7abcc1a75b8be2675bb8c251ebc16c90ee882.tar.gz
nixpkgs-6ae7abcc1a75b8be2675bb8c251ebc16c90ee882.tar.bz2
nixpkgs-6ae7abcc1a75b8be2675bb8c251ebc16c90ee882.tar.lz
nixpkgs-6ae7abcc1a75b8be2675bb8c251ebc16c90ee882.tar.xz
nixpkgs-6ae7abcc1a75b8be2675bb8c251ebc16c90ee882.tar.zst
nixpkgs-6ae7abcc1a75b8be2675bb8c251ebc16c90ee882.zip
nerdfonts: meta: fix descriptions
-rw-r--r--pkgs/data/fonts/nerdfonts/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/data/fonts/nerdfonts/default.nix b/pkgs/data/fonts/nerdfonts/default.nix
index b63f0dc0c60..15645290fff 100644
--- a/pkgs/data/fonts/nerdfonts/default.nix
+++ b/pkgs/data/fonts/nerdfonts/default.nix
@@ -21,13 +21,14 @@ stdenv.mkDerivation rec {
   '';
 
   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
       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
       Awesome, Devicons, Octicons, and others.
     '';
-    homepage = https://github.com/ryanoasis/nerd-fonts;
+    homepage = "https://nerdfonts.com/";
     license = licenses.mit;
     maintainers = with maintainers; [ doronbehar ];
     hydraPlatforms = []; # 'Output limit exceeded' on Hydra