Skip to content

Commit 54a10e9

Browse files
committed
Update of the cargo.lock url to point to the right branch
1 parent 088676e commit 54a10e9

File tree

103 files changed

+103
-103
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+103
-103
lines changed

src/uu/arch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
description = "arch ~ (uutils) display machine architecture"
77

88
homepage = "https://github.com/uutils/coreutils"
9-
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/arch"
9+
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/arch"
1010
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
1111
categories = ["command-line-utilities"]
1212
edition = "2018"

src/uu/base32/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
description = "base32 ~ (uutils) decode/encode input (base32-encoding)"
77

88
homepage = "https://github.com/uutils/coreutils"
9-
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/base32"
9+
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/base32"
1010
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
1111
categories = ["command-line-utilities"]
1212
edition = "2018"

src/uu/base64/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
description = "base64 ~ (uutils) decode/encode input (base64-encoding)"
77

88
homepage = "https://github.com/uutils/coreutils"
9-
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/base64"
9+
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/base64"
1010
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
1111
categories = ["command-line-utilities"]
1212
edition = "2018"

src/uu/basename/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
description = "basename ~ (uutils) display PATHNAME with leading directory components removed"
77

88
homepage = "https://github.com/uutils/coreutils"
9-
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/basename"
9+
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/basename"
1010
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
1111
categories = ["command-line-utilities"]
1212
edition = "2018"

src/uu/basenc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
description = "basenc ~ (uutils) decode/encode input"
77

88
homepage = "https://github.com/uutils/coreutils"
9-
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/basenc"
9+
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/basenc"
1010
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
1111
categories = ["command-line-utilities"]
1212
edition = "2018"

src/uu/cat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
description = "cat ~ (uutils) concatenate and display input"
77

88
homepage = "https://github.com/uutils/coreutils"
9-
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/cat"
9+
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cat"
1010
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
1111
categories = ["command-line-utilities"]
1212
edition = "2018"

src/uu/chcon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["uutils developers"]
55
license = "MIT"
66
description = "chcon ~ (uutils) change file security context"
77
homepage = "https://github.com/uutils/coreutils"
8-
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/chcon"
8+
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chcon"
99
keywords = ["coreutils", "uutils", "cli", "utility"]
1010
categories = ["command-line-utilities"]
1111
edition = "2018"

src/uu/chgrp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
description = "chgrp ~ (uutils) change the group ownership of FILE"
77

88
homepage = "https://github.com/uutils/coreutils"
9-
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/chgrp"
9+
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chgrp"
1010
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
1111
categories = ["command-line-utilities"]
1212
edition = "2018"

src/uu/chmod/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
description = "chmod ~ (uutils) change mode of FILE"
77

88
homepage = "https://github.com/uutils/coreutils"
9-
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/chmod"
9+
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chmod"
1010
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
1111
categories = ["command-line-utilities"]
1212
edition = "2018"

src/uu/chown/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
description = "chown ~ (uutils) change the ownership of FILE"
77

88
homepage = "https://github.com/uutils/coreutils"
9-
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/chown"
9+
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chown"
1010
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
1111
categories = ["command-line-utilities"]
1212
edition = "2018"

0 commit comments

Comments
 (0)