Files
RSSHub/lib/v2/fishshell/radar.js
2023-08-15 03:12:12 +01:00

14 lines
327 B
JavaScript

module.exports = {
'fishshell.com': {
_name: 'fish shell',
'.': [
{
title: 'Release Notes',
docs: 'https://docs.rsshub.app/routes/program-update#fish-shell',
source: ['/'],
target: '/fishshell',
},
],
},
};