RSSHub/lib/routes/ceph/namespace.ts

9 lines
238 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Ceph',
url: 'ceph.io',
description: 'Ceph is an open source distributed storage system designed to evolve with data.',
lang: 'en',
};