1
0
forked from GRIN/grim

settings: GRIM link now points at the live upstream

The Settings third-party 'GRIM (upstream wallet)' link opened github.com/ardocrat/grim
— a stale personal fork ~106 commits behind. Point it at github.com/GetGrin/grim, the
live GitHub mirror of canonical code.gri.mw/GUI/grim.
This commit is contained in:
2ro
2026-06-18 00:24:34 -04:00
parent 54e1e83bfe
commit 5deffbda4c
+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");