Skip to content

Commit

Permalink
Merge pull request #847 from codenyte/main
Browse files Browse the repository at this point in the history
Add Keyguard repository
  • Loading branch information
Iamlooker authored Oct 25, 2024
2 parents 4b24f48 + 1975e39 commit 45346e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/kotlin/com/looker/droidify/model/Repository.kt
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,12 @@ data class Repository(
description = "The F-Droid repository for Breezy Weather",
fingerprint = "3480A7BB2A296D8F98CB90D2309199B5B9519C1B31978DBCD877ADB102AF35EE"
),
defaultRepository(
address = "https://gh.artemchep.com/keyguard-repo-fdroid/repo",
name = "Keyguard Project",
description = "Mirrors artifacts available on https://github.com/AChep/keyguard-app/releases",
fingerprint = "03941CE79B081666609C8A48AB6E46774263F6FC0BBF1FA046CCFFC60EA643BC"
),
)
}
}

0 comments on commit 45346e3

Please sign in to comment.