From 5f58c8f45d8982898e5e48932abd970b756df228 Mon Sep 17 00:00:00 2001 From: Michal Date: Sat, 23 Jul 2022 04:14:43 +0100 Subject: [PATCH] Updated examples to reflect new format --- examples/workspace/mlc.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/workspace/mlc.toml b/examples/workspace/mlc.toml index fa6d8b0..3a2559d 100644 --- a/examples/workspace/mlc.toml +++ b/examples/workspace/mlc.toml @@ -15,13 +15,13 @@ on_gen = false [repositories] name = [ - "1::amethyst", - "1::malachite@development!", - "2::notop-git", - "3::appendage", + "crs:amethyst", + "crs:malachite/development!", + "aur::notop-git", + "nms::appendage", ] -urls = [ - "https://github.com/crystal-linux/%repo%", - "https://aur.archlinux.org/%repo%", - "https://github.com/not-my-segfault/%repo%" -] \ No newline at end of file + +[repositories.urls] +crs = "https://github.com/crystal-linux/%repo%" +aur = "https://aur.archlinux.org/%repo%" +nms = "https://github.com/not-my-segfault/%repo%"