diff --git a/pkgs/applications/editors/oed/default.nix b/pkgs/applications/editors/oed/default.nix index 1039bfc4aa74..2281ca8c08b3 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; }; }