1
0
forked from GRIN/grim

settings: point the GRIM link at the live upstream (GetGrin/grim), not the stale ardocrat fork

This commit is contained in:
2ro
2026-06-17 23:06:52 -04:00
parent 9262d7429b
commit 1e8e0f6526
+3 -1
View File
@@ -2657,7 +2657,9 @@ impl GoblinWalletView {
let mut open_nips = false;
settings_group(ui, &t!("goblin.settings.third_party"), |ui| {
if settings_row_nav(ui, &t!("goblin.settings.grim"), crate::VERSION) {
open_url(ui, "https://github.com/ardocrat/grim");
// Live upstream GRIM (GitHub mirror of code.gri.mw/GUI/grim).
// Was github.com/ardocrat/grim — a stale personal fork.
open_url(ui, "https://github.com/GetGrin/grim");
}
if settings_row_nav(ui, &t!("goblin.settings.grin_node"), "5.4.0") {
open_url(ui, "https://github.com/mimblewimble/grin");