Merge pull request #1032 from RokeJulianLockhart/patch-2

Remove Umbrella and LibRetro from `Repository.kt`.
This commit is contained in:
LooKeR 2025-06-23 20:28:20 +05:30 committed by GitHub
commit 2cf7ec1ba6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -171,13 +171,6 @@ data class Repository(
description = "Collabora Office is an office suite based on LibreOffice.",
fingerprint = "573258C84E149B5F4D9299E7434B2B69A8410372921D4AE586BA91EC767892CC"
),
defaultRepository(
address = "https://fdroid.libretro.com/repo",
name = "LibRetro",
description = "The official canary repository for this great" +
" retro emulators hub.",
fingerprint = "3F05B24D497515F31FEAB421297C79B19552C5C81186B3750B7C131EF41D733D"
),
defaultRepository(
address = "https://cdn.kde.org/android/fdroid/repo",
name = "KDE Android",
@ -211,13 +204,6 @@ data class Repository(
"inaries.",
fingerprint = "FE7A23DFC003A1CF2D2ADD2469B9C0C49B206BA5DC9EDD6563B3B7EB6A8F5FAB"
),
defaultRepository(
address = "https://secfirst.org/fdroid/repo",
name = "Umbrella",
description = "The official repository for Umbrella. Umbrella is" +
" a collection of security advices, tutorials, tools etc.",
fingerprint = "39EB57052F8D684514176819D1645F6A0A7BD943DBC31AB101949006AC0BC228"
),
defaultRepository(
address = "https://thecapslock.gitlab.io/fdroid-patched-apps/fdroid/repo",
name = "Patched Apps",
@ -417,6 +403,8 @@ data class Repository(
val toRemove: List<String> = listOf(
// Add repository addresses that should be removed during database upgrades and remove them from the lists above
// Example: "https://example.com/fdroid/repo"
"https://secfirst.org/fdroid/repo",
"https://fdroid.libretro.com/repo"
)
}
}