rocketchat-desktop: remove gbtb from maintainers (#387326)

This commit is contained in:
Pol Dellaiera
2025-03-05 21:42:12 +01:00
committed by GitHub
@@ -98,7 +98,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/RocketChat/Rocket.Chat.Electron";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mit;
maintainers = with maintainers; [ gbtb ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
};
}