From c3bd5609052952276fc5ce1f1755a3e21b83017e Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Sun, 6 Dec 2020 12:37:47 +0100 Subject: glow: remove ehmry from maintainers Glow is potential spyware. --- pkgs/applications/editors/glow/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; } -- cgit v1.2.3