mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
treewide: remove bb010g from maintainers
This commit is contained in:
parent
d20703baf6
commit
62f276d486
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user