aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-10-03 00:22:29 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-10-03 00:22:29 +0200
commitfe009960b68f6592a2aad5208d334e8b8f9334da (patch)
treed761ae6162135fef73d9b76294b422835adc2206
parentfix: sizing issues (collapsed dialog without user-defined size) (diff)
downloadiced_dialog-fe009960b68f6592a2aad5208d334e8b8f9334da.tar.gz
chore: update repository and homepage URL
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b81e887..03ea255 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,8 +6,8 @@ version = "0.14.0-dev"
edition = "2024"
license = "MIT"
readme = "README.md"
-homepage = "https://github.com/pml68/iced_dialog"
-repository = "https://github.com/pml68/iced_dialog"
+homepage = "https://sr.ht/~pml68/iced_dialog"
+repository = "https://git.sr.ht/~pml68/iced_dialog"
categories = ["gui"]
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
rust-version = "1.88"