diff --git a/repos/rust-lang/glob.toml b/repos/rust-lang/glob.toml index 0c84bd01c..73e51a483 100644 --- a/repos/rust-lang/glob.toml +++ b/repos/rust-lang/glob.toml @@ -1,11 +1,11 @@ -org = 'rust-lang' -name = 'glob' -description = 'Support for matching file paths against Unix shell style patterns.' -homepage = "http://doc.rust-lang.org/glob" -bots = [] +org = "rust-lang" +name = "glob" +description = "Support for matching file paths against Unix shell style patterns." +homepage = "https://doc.rust-lang.org/glob" +bots = ["rustbot"] [access.teams] -crate-maintainers = 'maintain' +crate-maintainers = "maintain" [[branch-protections]] pattern = "master"