summary refs log tree commit diff
path: root/pkgs/development/compilers/urweb/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/urweb/default.nix')
-rw-r--r--pkgs/development/compilers/urweb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/urweb/default.nix b/pkgs/development/compilers/urweb/default.nix
index 66b15e3499d..a2423bee9b9 100644
--- a/pkgs/development/compilers/urweb/default.nix
+++ b/pkgs/development/compilers/urweb/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
   dontDisableStatic = true;
 
   meta = {
-    description = "Ur/Web supports construction of dynamic web applications backed by SQL databases.";
+    description = "Construct dynamic web applications backed by SQL databases";
     longDescription = ''
       Ur is a programming language in the tradition of ML and Haskell, but
       featuring a significantly richer type system. Ur is functional, pure,