Compare commits

...

2 Commits

Author SHA1 Message Date
CELESTIFYX Team
0d1f1c5e74 Add @Xlebylllek as an author in metadata 2025-01-14 19:42:25 +02:00
CELESTIFYX Team
9b968adbff change packages.json file url 2025-01-14 19:07:24 +02:00
2 changed files with 7 additions and 7 deletions

View File

@@ -6,12 +6,12 @@
<meta name="description" content="Browse and explore Snigdha OS packages easily with this lightweight package viewer." />
<!-- Author Metadata -->
<meta name="author" content="Eshan Roy, d3v1l0n" />
<meta name="author:website" content="https://www.eshanized.github.io/, https://www.d3v1l0n.github.io/" />
<meta name="author:github" content="https://github.com/eshanized, https://github.com/d3v1l0n" />
<meta name="author" content="Eshan Roy, d3v1l0n, XlebyllleK" />
<meta name="author:website" content="https://www.eshanized.github.io/, https://www.d3v1l0n.github.io/, https://github.com/Xlebylllek/" />
<meta name="author:github" content="https://github.com/eshanized, https://github.com/d3v1l0n, https://github.com/XlebyllleK" />
<meta name="author:twitter" content="https://twitter.com/eshanized, https://twitter.com/d3v1l0n" />
<meta name="author:bio" content="Eshan Roy is a software developer, open-source enthusiast, and the creator of Snigdha OS. d3v1l0n is a cybersecurity expert and open-source contributor working on various security-focused tools." />
<meta name="author:email" content="m.eshanized@gmail.com, d3v1l0n@outlook.in" />
<meta name="author:bio" content="Eshan Roy is a software developer, open-source enthusiast, and the creator of Snigdha OS. d3v1l0n is a cybersecurity expert and open-source contributor working on various security-focused tools. XlebyllleK is a software developer, open-source enthusiast, and the creator of Snigdha OS." />
<meta name="author:email" content="m.eshanized@gmail.com, d3v1l0n@outlook.in, celestifyx@gmail.com" />
<!-- Open Graph Meta Tags for social media sharing -->
<meta property="og:title" content="Snigdha OS Packages" />

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)
}
}