maintainers: remove tcbravo (#529812)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user