Unverified Commit 4adce1da authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

parents e96f1877 a59ffb72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" ];
  };
}