Skip to content

Commit 8f22cdf

Browse files
committed
Upgrade plain-HTTP links to HTTPS in Cargo.toml files
1 parent 1cb15d3 commit 8f22cdf

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

gdk-pixbuf/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ name = "gdk_pixbuf_sys"
3131
authors = ["The gtk-rs Project Developers"]
3232
build = "build.rs"
3333
description = "FFI bindings to libgdk_pixbuf-2.0"
34-
homepage = "http://gtk-rs.org/"
34+
homepage = "https://gtk-rs.org/"
3535
keywords = ["gdk-pixbuf", "ffi", "gtk-rs", "gnome"]
3636
license = "MIT"
3737
name = "gdk-pixbuf-sys"

gio/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ name = "gio_sys"
3939
authors = ["The gtk-rs Project Developers"]
4040
build = "build.rs"
4141
description = "FFI bindings to libgio-2.0"
42-
homepage = "http://gtk-rs.org/"
42+
homepage = "https://gtk-rs.org/"
4343
keywords = ["gio", "ffi", "gtk-rs", "gnome"]
4444
license = "MIT"
4545
name = "gio-sys"

glib/gobject-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ name = "gobject_sys"
2929
authors = ["The gtk-rs Project Developers"]
3030
build = "build.rs"
3131
description = "FFI bindings to libgobject-2.0"
32-
homepage = "http://gtk-rs.org/"
32+
homepage = "https://gtk-rs.org/"
3333
keywords = ["gobject", "ffi", "gtk-rs", "gnome"]
3434
license = "MIT"
3535
name = "gobject-sys"

glib/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ name = "glib_sys"
2828
authors = ["The gtk-rs Project Developers"]
2929
build = "build.rs"
3030
description = "FFI bindings to libglib-2.0"
31-
homepage = "http://gtk-rs.org/"
31+
homepage = "https://gtk-rs.org/"
3232
keywords = ["glib", "ffi", "gtk-rs", "gnome"]
3333
license = "MIT"
3434
name = "glib-sys"

pango/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ name = "pango_sys"
3131
authors = ["The gtk-rs Project Developers"]
3232
build = "build.rs"
3333
description = "FFI bindings to libpango-1.0"
34-
homepage = "http://gtk-rs.org/"
34+
homepage = "https://gtk-rs.org/"
3535
keywords = ["pango", "ffi", "gtk-rs", "gnome"]
3636
license = "MIT"
3737
name = "pango-sys"

pangocairo/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ name = "pango_cairo_sys"
2727
authors = ["The gtk-rs Project Developers"]
2828
build = "build.rs"
2929
description = "FFI bindings to PangoCairo"
30-
homepage = "http://gtk-rs.org/"
30+
homepage = "https://gtk-rs.org/"
3131
keywords = ["gtk", "ffi", "gtk-rs", "gnome"]
3232
license = "MIT"
3333
name = "pangocairo-sys"

0 commit comments

Comments
 (0)