From 712557d46be028a6f2bafdb713be71519f407100 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 23 Sep 2024 22:57:45 +0300 Subject: [PATCH] Updated for comments Signed-off-by: Dimitris Zlatanidis --- configs/repositories.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/repositories.toml b/configs/repositories.toml index 895d05c7..cc5f3f6d 100644 --- a/configs/repositories.toml +++ b/configs/repositories.toml @@ -51,10 +51,14 @@ REPOSITORIES = [] [SBO] ENABLE = true MIRROR = "https://slackbuilds.org/slackbuilds/15.0/" +# Alternative, you can use the git repository. +# MIRROR = "https://github.com/SlackBuildsOrg/slackbuilds.git" [PONCE] ENABLE = false MIRROR = "https://cgit.ponce.cc/slackbuilds/plain/" +# Alternative, you can use the git repository. +# MIRROR = "https://github.com/Ponce/slackbuilds.git" [SLACK] ENABLE = false