summary refs log tree commit diff
path: root/pkgs/tools/networking/curlie/default.nix
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2020-10-28 03:00:32 +0100
committerAndreas Rammhold <andreas@rammhold.de>2020-10-28 03:03:27 +0100
commitdb0fe5c3eb1d680fb8c635f8e327c412528eba90 (patch)
treeeb73686ee894bbc2d528824803dacf5bc914f28f /pkgs/tools/networking/curlie/default.nix
parent5d03fe6ac4b2e5e4132bb6f893380544ae2cf008 (diff)
parentc127653b72574199463a73a56e1809223eaec0df (diff)
downloadnixpkgs-db0fe5c3eb1d680fb8c635f8e327c412528eba90.tar
nixpkgs-db0fe5c3eb1d680fb8c635f8e327c412528eba90.tar.gz
nixpkgs-db0fe5c3eb1d680fb8c635f8e327c412528eba90.tar.bz2
nixpkgs-db0fe5c3eb1d680fb8c635f8e327c412528eba90.tar.lz
nixpkgs-db0fe5c3eb1d680fb8c635f8e327c412528eba90.tar.xz
nixpkgs-db0fe5c3eb1d680fb8c635f8e327c412528eba90.tar.zst
nixpkgs-db0fe5c3eb1d680fb8c635f8e327c412528eba90.zip
Merge branch master into staging to fix eval error
This fixes the eval error of the small (and "big"?) NixOS test set that
was fixed in 1088f05 & eba8f542.
Diffstat (limited to 'pkgs/tools/networking/curlie/default.nix')
-rw-r--r--pkgs/tools/networking/curlie/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/curlie/default.nix b/pkgs/tools/networking/curlie/default.nix
index f8147cb1611..542bb888bfe 100644
--- a/pkgs/tools/networking/curlie/default.nix
+++ b/pkgs/tools/networking/curlie/default.nix
@@ -16,7 +16,7 @@ buildGoModule rec {
   doCheck = false;
 
   meta = with lib; {
-    description = "Curlie is a frontend to curl that adds the ease of use of httpie, without compromising on features and performance";
+    description = "Frontend to curl that adds the ease of use of httpie, without compromising on features and performance";
     homepage = "https://curlie.io/";
     maintainers = with maintainers; [ ma27 ];
     license = licenses.mit;