about summary refs log tree commit diff
path: root/pkgs/applications/editors/oed
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-06-21 22:54:31 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-06-21 22:54:31 -0300
commit1eb89089af01ec9c6b639d36d8ee2c5329430441 (patch)
tree6690004a3ba57c95ab8a4ed1f3fb7ad0cf9f639b /pkgs/applications/editors/oed
parent09ee9f4c72d8b564bd6f3e26f1911404883a6a61 (diff)
downloadnixlib-1eb89089af01ec9c6b639d36d8ee2c5329430441.tar
nixlib-1eb89089af01ec9c6b639d36d8ee2c5329430441.tar.gz
nixlib-1eb89089af01ec9c6b639d36d8ee2c5329430441.tar.bz2
nixlib-1eb89089af01ec9c6b639d36d8ee2c5329430441.tar.lz
nixlib-1eb89089af01ec9c6b639d36d8ee2c5329430441.tar.xz
nixlib-1eb89089af01ec9c6b639d36d8ee2c5329430441.tar.zst
nixlib-1eb89089af01ec9c6b639d36d8ee2c5329430441.zip
Remove myself from oed maintainers list
Diffstat (limited to 'pkgs/applications/editors/oed')
-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 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;
   };
 }