Update extension descriptions (#9939)

Marshall Bowers created

This PR updates the descriptions of some of the extensions to match the
others.

Release Notes:

- N/A

Change summary

extensions/gleam/extension.toml   | 2 +-
extensions/haskell/extension.toml | 3 +--
extensions/uiua/extension.toml    | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)

Detailed changes

extensions/gleam/extension.toml 🔗

@@ -1,6 +1,6 @@
 id = "gleam"
 name = "Gleam"
-description = "Gleam support for Zed"
+description = "Gleam support."
 version = "0.0.2"
 schema_version = 1
 authors = ["Marshall Bowers <elliott.codes@gmail.com>"]

extensions/haskell/extension.toml 🔗

@@ -1,10 +1,9 @@
 id = "haskell"
 name = "Haskell"
-description = "Haskell support for Zed"
+description = "Haskell support."
 version = "0.0.1"
 schema_version = 1
 authors = [
-    "Marshall Bowers <elliott.codes@gmail.com>",
     "Pseudomata <pseudomata@proton.me>",
     "Lei <45155667+leifu1128@users.noreply.github.com>"
 ]

extensions/uiua/extension.toml 🔗

@@ -1,6 +1,6 @@
 id = "uiua"
 name = "Uiua"
-description = "Uiua support for Zed"
+description = "Uiua support."
 version = "0.0.1"
 schema_version = 1
 authors = ["Max Brunsfeld <max@zed.dev>"]