update repo url
All checks were successful
CI / checks (push) Successful in 32s

This commit is contained in:
Robin Appelman 2025-05-23 21:54:48 +02:00
commit 3f3f6efc74

View file

@ -3,7 +3,7 @@ name = "comma-separated"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
description = "Iterator over a comma-seperated string, ignoring any commas inside quotes" description = "Iterator over a comma-seperated string, ignoring any commas inside quotes"
repository = "https://github.com/icewind1991/comma-separated" repository = "https://codeberg.org/icewind/comma-separated"
rust-version = "1.56.1" rust-version = "1.56.1"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"