summaryrefslogtreecommitdiffstats
path: root/pkgs/shells
diff options
context:
space:
mode:
authorOllie Charles <ollie@ocharles.org.uk>2020-12-07 14:26:45 +0000
committerOllie Charles <ollie@ocharles.org.uk>2020-12-07 14:30:37 +0000
commit1675b11cd4cbf326e9a20c768c5e7bdf3031b088 (patch)
treec6aeccf30393be9607be5ccfe6bf7760ef734d8a /pkgs/shells
parente750a79e49bb24fcc5e3005936ca788a2bd48e87 (diff)
Remove myself from maintainers sets
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/fish/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/fish/default.nix b/pkgs/shells/fish/default.nix
index eabed40e8ebc..0811d43eb6ab 100644
--- a/pkgs/shells/fish/default.nix
+++ b/pkgs/shells/fish/default.nix
@@ -203,7 +203,7 @@ let
homepage = "http://fishshell.com/";
license = licenses.gpl2;
platforms = platforms.unix;
- maintainers = with maintainers; [ ocharles cole-h ];
+ maintainers = with maintainers; [ cole-h ];
};
passthru = {