Skip to content

Commit 1960813

Browse files
authored
Merge pull request #34 from anas-contribs/fix/url
chore: use https for github URLs in the crate metadata
2 parents c75bf4c + e3028e1 commit 1960813

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

alpm-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ readme = "../README.md"
55
authors = ["morganamilo <[email protected]>"]
66

77
description = "Raw bindings for libalpm"
8-
homepage = "http://github.com/archlinux/alpm.rs"
9-
repository = "http://github.com/archlinux/alpm.rs"
8+
homepage = "https://github.com/archlinux/alpm.rs"
9+
repository = "https://github.com/archlinux/alpm.rs"
1010
documentation = "https://docs.rs/alpm_sys"
1111
license = "GPL-3.0"
1212
keywords = ["archlinux", "arch", "alpm", "pacman"]

alpm-utils/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors = ["morganamilo <[email protected]>"]
55
edition = "2018"
66

77
description = "Helper functions for working with alpm"
8-
homepage = "http://github.com/archlinux/alpm.rs"
9-
repository = "http://github.com/archlinux/alpm.rs"
8+
homepage = "https://github.com/archlinux/alpm.rs"
9+
repository = "https://github.com/archlinux/alpm.rs"
1010
documentation = "https://docs.rs/alpm-utils"
1111
license = "GPL-3.0"
1212
keywords = ["archlinux", "arch", "alpm", "pacman"]

alpm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ readme = "../README.md"
66
edition = "2018"
77

88
description = "Rust bindings for libalpm"
9-
homepage = "http://github.com/archlinux/alpm.rs"
10-
repository = "http://github.com/archlinux/alpm.rs"
9+
homepage = "https://github.com/archlinux/alpm.rs"
10+
repository = "https://github.com/archlinux/alpm.rs"
1111
documentation = "https://docs.rs/alpm"
1212
license = "GPL-3.0"
1313
keywords = ["archlinux", "arch", "alpm", "pacman"]

0 commit comments

Comments
 (0)