aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2020-12-06 12:37:47 +0100
committerEmery Hemingway <ehmry@posteo.net>2020-12-06 12:39:19 +0100
commitc3bd5609052952276fc5ce1f1755a3e21b83017e (patch)
treeffab13d64c61d045a4891557274fdc7d282da44f
parentc7cbc7098aca6ec0c32e350524eb2d035890deb4 (diff)
glow: remove ehmry from maintainers
Glow is potential spyware.
-rw-r--r--pkgs/applications/editors/glow/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/glow/default.nix b/pkgs/applications/editors/glow/default.nix
index a54ce7345d04..d941c85e2c6f 100644
--- a/pkgs/applications/editors/glow/default.nix
+++ b/pkgs/applications/editors/glow/default.nix
@@ -21,6 +21,6 @@ buildGoModule rec {
description = "Render markdown on the CLI, with pizzazz!";
homepage = "https://github.com/charmbracelet/glow";
license = licenses.mit;
- maintainers = with maintainers; [ ehmry Br1ght0ne penguwin ];
+ maintainers = with maintainers; [ Br1ght0ne penguwin ];
};
}