From 1fe6c6c15e87422f189805a980a521b2d145a766 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Wed, 8 Nov 2023 18:09:43 +0100 Subject: [PATCH] Update URLs --- .github/workflows/push.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index b850a1f..4a309ad 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -12,6 +12,6 @@ jobs: - name: mirror uses: yesolutions/mirror-action@master with: - REMOTE: 'https://git.froth.zone/sam/scoop.git' + REMOTE: 'https://git.froth.zone/packages/scoop.git' GIT_USERNAME: oauth2 GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} diff --git a/README.md b/README.md index 2631568..b332175 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ My personal scoop bucket How do I install these manifests? --------------------------------- -To add this bucket, run `scoop bucket add https://git.froth.zone/sam/scoop`. To install, do `scoop install `. +To add this bucket, run `scoop bucket add froth https://git.froth.zone/packaging/scoop`. To install, do `scoop install `. How do I contribute new manifests? ----------------------------------