mirror of
https://github.com/Snigdha-OS/package-browser.git
synced 2025-09-08 21:55:01 +02:00
change packages.json file url
This commit is contained in:
@@ -9,12 +9,12 @@ export const MIRRORS: Record<string, {
|
|||||||
repository: Repository;
|
repository: Repository;
|
||||||
}> = {
|
}> = {
|
||||||
'core': {
|
'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)
|
repository: ('core' as Repository)
|
||||||
},
|
},
|
||||||
|
|
||||||
'extra': {
|
'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)
|
repository: ('extra' as Repository)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user