From 1eb89089af01ec9c6b639d36d8ee2c5329430441 Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Mon, 21 Jun 2021 22:54:31 -0300 Subject: [PATCH] Remove myself from oed maintainers list --- pkgs/applications/editors/oed/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/editors/oed/default.nix b/pkgs/applications/editors/oed/default.nix index 1039bfc4aa7..2281ca8c08b 100644 --- a/pkgs/applications/editors/oed/default.nix +++ b/pkgs/applications/editors/oed/default.nix @@ -18,7 +18,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/ibara/oed"; description = "Portable ed editor from OpenBSD"; license = with licenses; [ bsd2 ]; - maintainers = with maintainers; [ AndersonTorres ]; platforms = platforms.unix; }; }