about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorLily Ballard <lily@ballards.net>2024-07-02 12:20:08 -0700
committerWinter <winter@winter.cafe>2024-07-02 15:32:33 -0400
commit15196e173022057a93fab19875113963665d3975 (patch)
treefdc65baf0ecd4b50a0010e4a14f3a31e789ff51a /pkgs/applications
parent329d232802dab627651754f385518928129f399c (diff)
treewide: remove lilyball
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/vim/macvim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/vim/macvim.nix b/pkgs/applications/editors/vim/macvim.nix
index 143b2305c804e..bd526b8f6ce22 100644
--- a/pkgs/applications/editors/vim/macvim.nix
+++ b/pkgs/applications/editors/vim/macvim.nix
@@ -205,7 +205,7 @@ stdenv.mkDerivation (finalAttrs: {
     description = "Vim - the text editor - for macOS";
     homepage = "https://macvim.org/";
     license = licenses.vim;
-    maintainers = with maintainers; [ lilyball ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.darwin;
     hydraPlatforms = []; # hydra can't build this as long as we rely on Xcode and sandboxProfile
   };