Skip to content

Commit

Permalink
Merge pull request #899 from celenityy/patch-1
Browse files Browse the repository at this point in the history
Add IronFox's F-Droid Repo
  • Loading branch information
Iamlooker authored Jan 22, 2025
2 parents a9888f1 + 5bc60a3 commit a1c46a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 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 @@ -399,6 +399,13 @@ data class Repository(
description = "This is a repository of PurpleI2P. It contains applications developed and supported by our team.",
fingerprint = "5D87CE1FAD3772425C2A7ED987A57595A20B07543B9595A7FD2CED25DFF3CF12"
),
defaultRepository(
address = "https://fdroid.ironfoxoss.org/fdroid/repo",
name = "IronFox",
description = "The official repository for IronFox:" +
" A privacy and security-oriented Firefox-based browser for Android.",
fingerprint = "C5E291B5A571F9C8CD9A9799C2C94E02EC9703948893F2CA756D67B94204F904"
),
)
}
}

0 comments on commit a1c46a5

Please sign in to comment.