Skip to content

Commit

Permalink
chore: update github repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
tvolk131 committed Oct 9, 2024
1 parent cea366b commit 0c2d98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ impl About {
.push(Text::new("Description").size(25))
.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))
.push(Text::new("Source Code").size(25))
.push(Text::new("https://github.com/Open-Source-Justice-Foundation/Keystache").size(15))
.push(Text::new("https://github.com/nodetec/keystache").size(15))
.push(Text::new("Version").size(25))
.push(Text::new(env!("CARGO_PKG_VERSION")).size(15))
.push(icon_button("Back", SvgIcon::ArrowBack, PaletteColor::Background).on_press(
Expand Down

0 comments on commit 0c2d98d

Please sign in to comment.