Updated examples to reflect new format

main
Michal 2 years ago
parent 505a48adfe
commit 5f58c8f45d

@ -15,13 +15,13 @@ on_gen = false
[repositories] [repositories]
name = [ name = [
"1::amethyst", "crs:amethyst",
"1::malachite@development!", "crs:malachite/development!",
"2::notop-git", "aur::notop-git",
"3::appendage", "nms::appendage",
] ]
urls = [
"https://github.com/crystal-linux/%repo%", [repositories.urls]
"https://aur.archlinux.org/%repo%", crs = "https://github.com/crystal-linux/%repo%"
"https://github.com/not-my-segfault/%repo%" aur = "https://aur.archlinux.org/%repo%"
] nms = "https://github.com/not-my-segfault/%repo%"

Loading…
Cancel
Save