├── .github └── workflows │ └── call-build.yml ├── LICENSE ├── README.md ├── links.json └── tags.json /.github/workflows/call-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hotio/prowlarr/HEAD/.github/workflows/call-build.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hotio/prowlarr/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hotio/prowlarr/HEAD/README.md -------------------------------------------------------------------------------- /links.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hotio/prowlarr/HEAD/links.json -------------------------------------------------------------------------------- /tags.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hotio/prowlarr/HEAD/tags.json --------------------------------------------------------------------------------