maintainers: remove tcbravo (#529812)

This commit is contained in:
Alexis Hildebrandt
2026-06-17 09:12:06 +00:00
committed by GitHub
3 changed files with 2 additions and 11 deletions
-6
View File
@@ -27155,12 +27155,6 @@
githubId = 101565936;
name = "Tautvydas Cerniauskas";
};
tcbravo = {
email = "tomas.bravo@protonmail.ch";
github = "tcbravo";
githubId = 66133083;
name = "Tomas Bravo";
};
tchab = {
email = "dev@chabs.name";
github = "t-chab";
+1 -1
View File
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://github.com/joshkunz/ashuffle";
description = "Automatic library-wide shuffle for mpd";
maintainers = [ lib.maintainers.tcbravo ];
maintainers = [ ];
platforms = lib.platforms.unix;
license = lib.licenses.mit;
mainProgram = "ashuffle";
+1 -4
View File
@@ -68,10 +68,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
changelog = "https://github.com/marin-m/SongRec/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [
tcbravo
tomasrivera
];
maintainers = with lib.maintainers; [ tomasrivera ];
mainProgram = "songrec";
};
})