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? ----------------------------------