refactor(icons): move walkxcode/dashboard-icons to homarr-labs/dashboard-icons (#1883)

This commit is contained in:
Meier Lukas
2025-01-10 14:46:31 +01:00
committed by GitHub
parent 546c824888
commit 39171ac76a
6 changed files with 92 additions and 66 deletions

View File

@@ -5,12 +5,12 @@ import type { RepositoryIconGroup } from "./types";
const repositories = [
new GitHubIconRepository(
"Walkxcode",
"walkxcode/dashboard-icons",
"Dashboard Icons",
"homarr-labs/dashboard-icons",
undefined,
new URL("https://github.com/walkxcode/dashboard-icons"),
new URL("https://api.github.com/repos/walkxcode/dashboard-icons/git/trees/main?recursive=true"),
"https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/{0}",
new URL("https://github.com/homarr-labs/dashboard-icons"),
new URL("https://api.github.com/repos/homarr-labs/dashboard-icons/git/trees/main?recursive=true"),
"https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/{0}",
),
new GitHubIconRepository(
"selfh.st",