summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2021-06-21 22:56:09 -0300
committerGitHub <noreply@github.com>2021-06-21 22:56:09 -0300
commitb1da480910cfd8870cdc0896b3a422c513be05c1 (patch)
tree6690004a3ba57c95ab8a4ed1f3fb7ad0cf9f639b
parent09ee9f4c72d8b564bd6f3e26f1911404883a6a61 (diff)
parent1eb89089af01ec9c6b639d36d8ee2c5329430441 (diff)
downloadnixpkgs-b1da480910cfd8870cdc0896b3a422c513be05c1.tar
nixpkgs-b1da480910cfd8870cdc0896b3a422c513be05c1.tar.gz
nixpkgs-b1da480910cfd8870cdc0896b3a422c513be05c1.tar.bz2
nixpkgs-b1da480910cfd8870cdc0896b3a422c513be05c1.tar.lz
nixpkgs-b1da480910cfd8870cdc0896b3a422c513be05c1.tar.xz
nixpkgs-b1da480910cfd8870cdc0896b3a422c513be05c1.tar.zst
nixpkgs-b1da480910cfd8870cdc0896b3a422c513be05c1.zip
Merge pull request #127740 from AndersonTorres/quick-patch
Remove myself from oed maintainers list
-rw-r--r--pkgs/applications/editors/oed/default.nix1
1 files changed, 0 insertions, 1 deletions
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;
   };
 }