treewide: remove bb010g from maintainers

This commit is contained in:
Dusk Banks 2024-07-04 02:36:27 -07:00
parent d20703baf6
commit 62f276d486
4 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Utility for managing BetterDiscord on Linux";
license = lib.licenses.mit;
mainProgram = "betterdiscordctl";
maintainers = [ lib.maintainers.bb010g ];
maintainers = [ ];
platforms = lib.platforms.linux;
};
})

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "List remote branches if they're merged and/or available locally";
homepage = "https://github.com/davidosomething/git-my";
license = lib.licenses.free;
maintainers = [ lib.maintainers.bb010g ];
maintainers = [ ];
platforms = lib.platforms.all;
mainProgram = "git-my";
};

View File

@ -149,7 +149,7 @@ stdenv.mkDerivation (finalAttrs: {
the operating systems on which it is implemented.
'';
license = lib.licenses.epl10;
maintainers = [ lib.maintainers.bb010g ];
maintainers = [ ];
platforms = lib.platforms.linux;
};
})

View File

@ -76,6 +76,6 @@ stdenv.mkDerivation rec {
downloadPage = "http://mandoc.bsd.lv/snapshots/";
license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ bb010g ramkromberg sternenseemann ];
maintainers = with maintainers; [ ramkromberg sternenseemann ];
};
}