about summary refs log tree commit diff
path: root/pkgs/by-name/ht/httpie-desktop/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/ht/httpie-desktop/package.nix')
-rw-r--r--pkgs/by-name/ht/httpie-desktop/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/ht/httpie-desktop/package.nix b/pkgs/by-name/ht/httpie-desktop/package.nix
index e8f3dbb1c02d9..d5d3d32198391 100644
--- a/pkgs/by-name/ht/httpie-desktop/package.nix
+++ b/pkgs/by-name/ht/httpie-desktop/package.nix
@@ -13,7 +13,7 @@ appimageTools.wrapType2 rec {
   };
 
   meta = with lib; {
-    description = "Cross-platform API testing client for humans. Painlessly test REST, GraphQL, and HTTP APIs.";
+    description = "Cross-platform API testing client for humans. Painlessly test REST, GraphQL, and HTTP APIs";
     homepage = "https://github.com/httpie/desktop";
     license = licenses.unfree;
     maintainers = with maintainers; [ luftmensch-luftmensch ];