Skip to content

Commit af2a75d

Browse files
authored
Merge pull request #53 from nodetec/fix_github_repo
chore: update github repo url
2 parents cea366b + 0c2d98d commit af2a75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/settings.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ impl About {
239239
.push(Text::new("Description").size(25))
240240
.push(Text::new("Keystache is a Nostr single-sign-on key management and Fedimint Bitcoin wallet created by Tommy Volk and generously funded by OpenSats").size(15))
241241
.push(Text::new("Source Code").size(25))
242-
.push(Text::new("https://github.com/Open-Source-Justice-Foundation/Keystache").size(15))
242+
.push(Text::new("https://github.com/nodetec/keystache").size(15))
243243
.push(Text::new("Version").size(25))
244244
.push(Text::new(env!("CARGO_PKG_VERSION")).size(15))
245245
.push(icon_button("Back", SvgIcon::ArrowBack, PaletteColor::Background).on_press(

0 commit comments

Comments
 (0)