Skip to content

Commit

Permalink
Upgrade plain-HTTP links to HTTPS in Cargo.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjins authored and sdroege committed Jun 6, 2023
1 parent 00a170a commit dc9ae5f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gdk-pixbuf/sys/Cargo.toml
Expand Up @@ -35,7 +35,7 @@ name = "gdk_pixbuf_sys"
authors = ["The gtk-rs Project Developers"]
build = "build.rs"
description = "FFI bindings to libgdk_pixbuf-2.0"
homepage = "http://gtk-rs.org/"
homepage = "https://gtk-rs.org/"
keywords = ["gdk-pixbuf", "ffi", "gtk-rs", "gnome"]
license = "MIT"
name = "gdk-pixbuf-sys"
Expand Down
2 changes: 1 addition & 1 deletion gio/sys/Cargo.toml
Expand Up @@ -42,7 +42,7 @@ name = "gio_sys"
authors = ["The gtk-rs Project Developers"]
build = "build.rs"
description = "FFI bindings to libgio-2.0"
homepage = "http://gtk-rs.org/"
homepage = "https://gtk-rs.org/"
keywords = ["gio", "ffi", "gtk-rs", "gnome"]
license = "MIT"
name = "gio-sys"
Expand Down
2 changes: 1 addition & 1 deletion glib/gobject-sys/Cargo.toml
Expand Up @@ -31,7 +31,7 @@ name = "gobject_sys"
authors = ["The gtk-rs Project Developers"]
build = "build.rs"
description = "FFI bindings to libgobject-2.0"
homepage = "http://gtk-rs.org/"
homepage = "https://gtk-rs.org/"
keywords = ["gobject", "ffi", "gtk-rs", "gnome"]
license = "MIT"
name = "gobject-sys"
Expand Down
2 changes: 1 addition & 1 deletion glib/sys/Cargo.toml
Expand Up @@ -28,7 +28,7 @@ name = "glib_sys"
authors = ["The gtk-rs Project Developers"]
build = "build.rs"
description = "FFI bindings to libglib-2.0"
homepage = "http://gtk-rs.org/"
homepage = "https://gtk-rs.org/"
keywords = ["glib", "ffi", "gtk-rs", "gnome"]
license = "MIT"
name = "glib-sys"
Expand Down
2 changes: 1 addition & 1 deletion pango/sys/Cargo.toml
Expand Up @@ -34,7 +34,7 @@ name = "pango_sys"
authors = ["The gtk-rs Project Developers"]
build = "build.rs"
description = "FFI bindings to libpango-1.0"
homepage = "http://gtk-rs.org/"
homepage = "https://gtk-rs.org/"
keywords = ["pango", "ffi", "gtk-rs", "gnome"]
license = "MIT"
name = "pango-sys"
Expand Down
2 changes: 1 addition & 1 deletion pangocairo/sys/Cargo.toml
Expand Up @@ -33,7 +33,7 @@ name = "pango_cairo_sys"
authors = ["The gtk-rs Project Developers"]
build = "build.rs"
description = "FFI bindings to PangoCairo"
homepage = "http://gtk-rs.org/"
homepage = "https://gtk-rs.org/"
keywords = ["gtk", "ffi", "gtk-rs", "gnome"]
license = "MIT"
name = "pangocairo-sys"
Expand Down

0 comments on commit dc9ae5f

Please sign in to comment.