Skip to content

Commit

Permalink
fix(rsshub): Fix icon URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jan 9, 2024
1 parent 3407065 commit f71bb10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Also available on [ArtifactHub](https://artifacthub.io/packages/search?repo=gabe
| [qBittorrent <img src='https://raw.githubusercontent.com/qbittorrent/qBittorrent/master/src/icons/qbittorrent-tray.svg' alt='qbittorrent icon' width='18px' align='right' loading='lazy'>](charts/qbittorrent/) | The qBittorrent project aims to provide an open-source software alternative to µTorrent. |
| [Relax Sounds <img src='https://github.com/gabe565/relax-sounds/raw/3e55b07a957f2e20aceeeba1d36226791f2f1569/frontend/src/assets/icon-purple.svg' alt='relax-sounds icon' width='18px' align='right' loading='lazy'>](charts/relax-sounds/) | Relax Sounds is a website that lets you stream relaxing sounds to your browser or over Google Cast. |
| [RSS-Bridge <img src='https://raw.githubusercontent.com/RSS-Bridge/rss-bridge/987f42d6d44cc18e5c33441e742d15ffff6feb72/static/favicon.png' alt='rss-bridge icon' width='18px' align='right' loading='lazy'>](charts/rss-bridge/) | The RSS feed for websites missing it. |
| [RSSHub <img src='https://camo.githubusercontent.com/79f2dcf6fb41b71619186b12eed25495fa55e20d3f21355798a2cb22703c6f8b/68747470733a2f2f692e6c6f6c692e6e65742f323031392f30342f32332f356362656237653431343134632e706e67' alt='rsshub icon' width='18px' align='right' loading='lazy'>](charts/rsshub/) | RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything. |
| [RSSHub <img src='https://raw.githubusercontent.com/DIYgod/RSSHub/377dd9f/website/static/img/logo.png' alt='rsshub icon' width='18px' align='right' loading='lazy'>](charts/rsshub/) | RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything. |
| [Scanservjs <img src='https://raw.githubusercontent.com/gabe565/charts/main/charts/scanservjs/icon.svg' alt='scanservjs icon' width='18px' align='right' loading='lazy'>](charts/scanservjs/) | scanservjs is a web UI frontend for your scanner. It allows you to share one or more scanners (using SANE) on a network without the need for drivers or complicated installation. |
| [Smarter Device Manager <img src='https://gitlab.com/uploads/-/system/group/avatar/6339043/ARM1636_Project_Logo_ST2_RGB_V1.png' alt='smarter-device-manager icon' width='18px' align='right' loading='lazy'>](charts/smarter-device-manager/) | Manage hardware resource allocation without a need for privileged containers. |
| [Tandoor <img src='https://raw.githubusercontent.com/vabene1111/recipes/master/docs/logo_color.svg' alt='tandoor icon' width='18px' align='right' loading='lazy'>](charts/tandoor/) | Application for managing recipes, planning meals, building shopping lists and much much more! |
Expand Down
6 changes: 3 additions & 3 deletions charts/rsshub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: rsshub
description: RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything.
home: https://charts.gabe565.com/charts/rsshub/
icon: https://camo.githubusercontent.com/79f2dcf6fb41b71619186b12eed25495fa55e20d3f21355798a2cb22703c6f8b/68747470733a2f2f692e6c6f6c692e6e65742f323031392f30342f32332f356362656237653431343134632e706e67
icon: https://raw.githubusercontent.com/DIYgod/RSSHub/377dd9f/website/static/img/logo.png
type: application
version: 0.5.3
# renovate datasource=docker depName=diygod/rsshub
Expand All @@ -24,8 +24,8 @@ sources:
- https://github.com/DIYgod/RSSHub
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update redis helm release to v18
- kind: fixed
description: Fix icon URL
artifacthub.io/links: |-
- name: App Source
url: https://github.com/DIYgod/RSSHub
Expand Down
2 changes: 1 addition & 1 deletion charts/rsshub/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RSSHub

<img src="https://camo.githubusercontent.com/79f2dcf6fb41b71619186b12eed25495fa55e20d3f21355798a2cb22703c6f8b/68747470733a2f2f692e6c6f6c692e6e65742f323031392f30342f32332f356362656237653431343134632e706e67" align="right" width="92" alt="rsshub logo">
<img src="https://raw.githubusercontent.com/DIYgod/RSSHub/377dd9f/website/static/img/logo.png" align="right" width="92" alt="rsshub logo">

![Version: 0.5.3](https://img.shields.io/badge/Version-0.5.3-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
Expand Down

0 comments on commit f71bb10

Please sign in to comment.