From 33c8d4456d987557c9efa24360c5d2b8d520e4c5 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Fri, 5 May 2023 10:09:03 +0200 Subject: [PATCH] cargo: Fix breakpad-sys/breakpad-handler homepages The old links 404, we have to point to the tree view (and a `main` branch) explicitly. --- breakpad-handler/Cargo.toml | 2 +- breakpad-sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/breakpad-handler/Cargo.toml b/breakpad-handler/Cargo.toml index 995e83c..135ed0b 100644 --- a/breakpad-handler/Cargo.toml +++ b/breakpad-handler/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Embark "] edition = "2018" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/breakpad-handler" -homepage = "https://github.com/EmbarkStudios/sentry-contrib-rust/breakpad-handler" +homepage = "https://github.com/EmbarkStudios/sentry-contrib-rust/tree/main/breakpad-handler" keywords = ["breakpad", "minidump", "crash"] readme = "README.md" diff --git a/breakpad-sys/Cargo.toml b/breakpad-sys/Cargo.toml index b9f7438..4c13378 100644 --- a/breakpad-sys/Cargo.toml +++ b/breakpad-sys/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" # https://clearlydefined.io/definitions/git/github/google/breakpad/5bba75bfd6ec386b8e3af0b91332388a378135bf license = "BSD-3-Clause" documentation = "https://docs.rs/breakpad-sys" -homepage = "https://github.com/EmbarkStudios/sentry-contrib-rust/breakpad-sys" +homepage = "https://github.com/EmbarkStudios/sentry-contrib-rust/tree/main/breakpad-sys" keywords = ["breakpad", "minidump", "crash"] readme = "README.md" exclude = [