From 9fcf812194961eb857491df70725d067d329b4dc Mon Sep 17 00:00:00 2001 From: Matt C Date: Thu, 29 Sep 2022 23:21:41 +0000 Subject: [PATCH] use new packages org --- aarch64/mlc.toml | 2 +- any/mlc.toml | 2 +- x86_64/mlc.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aarch64/mlc.toml b/aarch64/mlc.toml index 02b20d3..b7f5a30 100644 --- a/aarch64/mlc.toml +++ b/aarch64/mlc.toml @@ -24,4 +24,4 @@ repos = [ [repositories.urls] aur = "https://aur.archlinux.org/{}" -pkg = "https://github.com/crystal-linux/pkgbuild.{}" +pkg = "https://github.com/crystal-linux-packages/{}" diff --git a/any/mlc.toml b/any/mlc.toml index f862300..256add1 100644 --- a/any/mlc.toml +++ b/any/mlc.toml @@ -36,4 +36,4 @@ repos = [ age = "https://aur.archlinux.org/gnome-shell-extension-{}" aur = "https://aur.archlinux.org/{}" gse = "https://github.com/crystal-linux/pkgbuild.gnome-shell-extension-{}" -pkg = "https://github.com/crystal-linux/pkgbuild.{}" +pkg = "https://github.com/crystal-linux-packages/{}" diff --git a/x86_64/mlc.toml b/x86_64/mlc.toml index 71642b4..57b03e6 100644 --- a/x86_64/mlc.toml +++ b/x86_64/mlc.toml @@ -24,4 +24,4 @@ repos = [ [repositories.urls] aur = "https://aur.archlinux.org/{}" -pkg = "https://github.com/crystal-linux/pkgbuild.{}" +pkg = "https://github.com/crystal-linux-packages/{}"