change packages.json file url

This commit is contained in:
CELESTIFYX Team
2025-01-14 19:07:24 +02:00
committed by GitHub
parent 751a77ac42
commit 9b968adbff

View File

@@ -9,12 +9,12 @@ export const MIRRORS: Record<string, {
repository: Repository;
}> = {
'core': {
url: 'https://raw.githubusercontent.com/Snigdha-OS/snigdhaos-core/refs/heads/master/packages.json',
url: 'https://raw.githubusercontent.com/Snigdha-OS/snigdhaos-pkgbuilds/refs/heads/master/snigdhaos-core/packages.json',
repository: ('core' as Repository)
},
'extra': {
url: 'https://raw.githubusercontent.com/Snigdha-OS/snigdhaos-extra/refs/heads/master/packages.json',
url: 'https://raw.githubusercontent.com/Snigdha-OS/snigdhaos-pkgbuilds/refs/heads/master/snigdhaos-extra/packages.json',
repository: ('extra' as Repository)
}
}