diff --git a/aurutils/Containerfile b/aurutils/Containerfile index dd1d99a..da0d795 100644 --- a/aurutils/Containerfile +++ b/aurutils/Containerfile @@ -46,7 +46,7 @@ USER aur # Git clone the aur-utils repo # Checkout the latest release, fetching latest release version from github API via curl -# 2026-07-02 switch source from github to AUR +# 2026-07-02 switch source from GitHub to AUR # RUN git clone https://github.com/aurutils/aurutils.git /aur/aurutils && \ RUN git clone https://aur.archlinux.org/aurutils.git /aur/aurutils # cd /aur/aurutils && \