summary refs log tree commit diff
path: root/pkgs/tools/networking/ngrok-2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/ngrok-2/default.nix')
-rw-r--r--pkgs/tools/networking/ngrok-2/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/tools/networking/ngrok-2/default.nix b/pkgs/tools/networking/ngrok-2/default.nix
index d9c1acc374c..3c1e0f498fb 100644
--- a/pkgs/tools/networking/ngrok-2/default.nix
+++ b/pkgs/tools/networking/ngrok-2/default.nix
@@ -35,10 +35,7 @@ stdenv.mkDerivation {
   passthru.updateScript = ./update.sh;
 
   meta = {
-    description = "ngrok";
-    longDescription = ''
-      Allows you to expose a web server running on your local machine to the internet.
-    '';
+    description = "Allows you to expose a web server running on your local machine to the internet";
     homepage = "https://ngrok.com/";
     license = licenses.unfree;
     platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];