From acc9648753fa43d5abf85f71c8d99956b4b45e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Poc=C3=A6us?= Date: Wed, 19 Jun 2024 10:28:49 -0400 Subject: [PATCH] haskell: Update author name (#13268) I updated my Github username, and some bot is now parked at the old username. I figured I should open a PR to update this. Referring to the PRs (which show _this_ updated username): https://github.com/zed-industries/zed/pull/6786, https://github.com/zed-industries/zed/pull/6995, https://github.com/zed-industries/zed/pull/7331. Release Notes: - N/A --- extensions/haskell/extension.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/haskell/extension.toml b/extensions/haskell/extension.toml index e8565828d0..93aa2913fb 100644 --- a/extensions/haskell/extension.toml +++ b/extensions/haskell/extension.toml @@ -4,7 +4,7 @@ description = "Haskell support." version = "0.1.0" schema_version = 1 authors = [ - "Pseudomata ", + "Pocæus ", "Lei <45155667+leifu1128@users.noreply.github.com>" ] repository = "https://github.com/zed-industries/zed"