Skip to content

Commit bd2d24d

Browse files
committed
Correct repository link in Cargo.toml
1 parent 79bc761 commit bd2d24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.16"
44
authors = ["Ulf Nilsson <kaksmet@gmail.com>"]
55
description = "JPEG decoder"
66
documentation = "https://docs.rs/jpeg-decoder"
7-
repository = "https://github.com/kaksmet/jpeg-decoder"
7+
repository = "https://github.com/image-rs/jpeg-decoder"
88
readme = "README.md"
99
keywords = ["jpeg", "jpg", "decoder", "image"]
1010
license = "MIT / Apache-2.0"

0 commit comments

Comments
 (0)