Skip to content

Commit

Permalink
chore(launchpad): update homepage during panic msg
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin committed Mar 7, 2025
1 parent 9804bd9 commit 5fd5265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-launchpad/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub fn initialize_panic_handler() -> Result<()> {
version: env!("CARGO_PKG_VERSION").into(),
name: env!("CARGO_PKG_NAME").into(),
authors: env!("CARGO_PKG_AUTHORS").replace(':', ", ").into(),
homepage: env!("CARGO_PKG_HOMEPAGE").into(),
homepage: "https://autonomi.com/".into(),
};

let file_path = handle_dump(&meta, panic_info);
Expand Down

0 comments on commit 5fd5265

Please sign in to comment.