treewide: remove lilyball

This commit is contained in:
Lily Ballard 2024-07-02 12:20:08 -07:00 committed by Winter
parent 329d232802
commit 15196e1730
9 changed files with 7 additions and 9 deletions

View File

@ -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
};

View File

@ -75,6 +75,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/sharkdp/bat/raw/v${version}/CHANGELOG.md";
license = with licenses; [ asl20 /* or */ mit ];
mainProgram = "bat";
maintainers = with maintainers; [ dywedir lilyball zowoq SuperSandro2000 ];
maintainers = with maintainers; [ dywedir zowoq SuperSandro2000 ];
};
}

View File

@ -51,6 +51,6 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://github.com/peterheesterman/chit";
license = licenses.mit;
maintainers = with maintainers; [ figsoda lilyball ];
maintainers = with maintainers; [ figsoda ];
};
}

View File

@ -19,7 +19,6 @@ bundlerApp {
platforms = platforms.darwin;
maintainers = with maintainers; [
peterromfeldhk
lilyball
];
mainProgram = "pod";
};

View File

@ -14,7 +14,6 @@ bundlerApp {
platforms = platforms.darwin;
maintainers = with maintainers; [
peterromfeldhk
lilyball
nicknovitski
];
};

View File

@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://github.com/XAMPPRocky/tokei";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ gebner lilyball ];
maintainers = with maintainers; [ gebner ];
mainProgram = "tokei";
};
}

View File

@ -86,7 +86,7 @@ let
description = "Bash scripts that integrate bat with various command line tools";
homepage = "https://github.com/eth-p/bat-extras";
license = with licenses; [ mit ];
maintainers = with maintainers; [ bbigras lilyball ];
maintainers = with maintainers; [ bbigras ];
platforms = platforms.all;
};
};

View File

@ -86,7 +86,7 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://gitlab.com/timvisee/ffsend";
license = licenses.gpl3Only;
maintainers = with maintainers; [ lilyball equirosa ];
maintainers = with maintainers; [ equirosa ];
platforms = platforms.unix;
mainProgram = "ffsend";
};

View File

@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://chrisvest.github.io/xxv/";
license = with licenses; [ gpl3 ];
maintainers = with maintainers; [ lilyball ];
maintainers = with maintainers; [ ];
mainProgram = "xxv";
};
}