diff --git a/repos/rust-lang/libm.toml b/repos/archive/rust-lang/libm.toml similarity index 86% rename from repos/rust-lang/libm.toml rename to repos/archive/rust-lang/libm.toml index c392c13a9..f6bf19c03 100644 --- a/repos/rust-lang/libm.toml +++ b/repos/archive/rust-lang/libm.toml @@ -4,7 +4,6 @@ description = "A port of MUSL's libm to Rust." bots = [] [access.teams] -crate-maintainers = 'maintain' [[branch-protections]] pattern = "master" diff --git a/repos/rust-lang/compiler-builtins.toml b/repos/rust-lang/compiler-builtins.toml index bce935d53..da19871ae 100644 --- a/repos/rust-lang/compiler-builtins.toml +++ b/repos/rust-lang/compiler-builtins.toml @@ -1,11 +1,10 @@ -org = 'rust-lang' -name = 'compiler-builtins' -description = 'Porting `compiler-rt` intrinsics to Rust' -homepage = "https://github.com/rust-lang/rust/issues/35437" +org = "rust-lang" +name = "compiler-builtins" +description = "Rust implementations of compiler-rt and libm" bots = [] [access.teams] -crate-maintainers = 'maintain' +crate-maintainers = "maintain" [[branch-protections]] pattern = "master"