From dec25980525a81c176b3fd5f238e964db00f3be3 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi Date: Thu, 23 Dec 2021 01:17:10 +0530 Subject: [PATCH] chore: Remove JetBrains bucket --- README.md | 1 - buckets.json | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ad2f064e4..5b5c8537af 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,6 @@ The following buckets are known to scoop: - [nerd-fonts](https://github.com/matthewjberger/scoop-nerd-fonts) - Nerd Fonts - [nirsoft](https://github.com/kodybrown/scoop-nirsoft) - Almost all of the [250+](https://rasa.github.io/scoop-directory/by-apps#kodybrown_scoop-nirsoft) apps from [Nirsoft](https://nirsoft.net) - [java](https://github.com/ScoopInstaller/Java) - A collection of Java development kits (JDKs), Java runtime engines (JREs), Java's virtual machine debugging tools and Java based runtime engines. -- [jetbrains](https://github.com/Ash258/Scoop-JetBrains) - Installers for all JetBrains utilities and IDEs - [nonportable](https://github.com/TheRandomLabs/scoop-nonportable) - Non-portable apps (may require UAC) - [php](https://github.com/ScoopInstaller/PHP) - Installers for most versions of PHP - [versions](https://github.com/ScoopInstaller/Versions) - Alternative versions of apps found in other buckets diff --git a/buckets.json b/buckets.json index e9413cae9e..2157d22c7a 100644 --- a/buckets.json +++ b/buckets.json @@ -7,6 +7,5 @@ "nerd-fonts": "https://github.com/matthewjberger/scoop-nerd-fonts", "nonportable": "https://github.com/TheRandomLabs/scoop-nonportable", "java": "https://github.com/ScoopInstaller/Java", - "games": "https://github.com/Calinou/scoop-games", - "jetbrains": "https://github.com/Ash258/Scoop-JetBrains" + "games": "https://github.com/Calinou/scoop-games" }