diff --git a/.goreleaser.yml b/.goreleaser.yml index 98071c49..c3897da2 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -70,8 +70,6 @@ nfpms: - rpm scoops: - - name: retrotxt - - url_template: "https://github.com/bengarrett/retrotxtgo/releases/download/{{ .Tag }}/{{ .ArtifactName }}" - commit_author: name: goreleaserbot email: bot@goreleaser.com diff --git a/retrotxt.json b/retrotxt.json deleted file mode 100644 index 6f277ba4..00000000 --- a/retrotxt.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "version": "0.0.38", - "architecture": { - "64bit": { - "url": "https://github.com/bengarrett/retrotxtgo/releases/download/v0.0.38/retrotxt_Windows_Intel.zip", - "bin": [ - "retrotxt.exe" - ], - "hash": "2884938cf469794fe69785f820d6af0ba2218701966fa31b024c48c952011efb" - } - }, - "homepage": "https://retrotxt.com/go", - "license": "LGPL 3.0", - "description": "Retrotxt is the tool that turns ANSI, ASCII, NFO text into in-browser HTML." -} \ No newline at end of file