Branch: refs/heads/master Author: Dominic Hopf dmaphy@googlemail.com Committer: Dominic Hopf dmaphy@googlemail.com Date: Sun, 21 Jul 2024 13:44:11 UTC Commit: 03ac6aa746dd1704894f2918c1851c2c30fb8d4b https://github.com/geany/plugins.geany.org/commit/03ac6aa746dd1704894f2918c1...
Log Message: ----------- Switch Git URLs from git:// to https://
Modified Paths: -------------- content/about.html content/downloads.html gencontent.sh
Modified: content/about.html 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -17,7 +17,7 @@ <h2>Contributing to this website</h2> own copy by running following command:</p>
<code> -git clone git://github.com/geany/plugins.geany.org.git +git clone https://github.com/geany/plugins.geany.org.git </code>
<p>Feel free to send patches to Dominic or open pull requests on GitHub to
Modified: content/downloads.html 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -169,7 +169,7 @@ <h2>Download directly from version control</h2> "https://github.com/geany/geany-plugins%22%3EGit repository</a> like this:</p>
<code> -git clone git://github.com/geany/geany-plugins.git geany-plugins +git clone https://github.com/geany/geany-plugins.git geany-plugins </code>
<p>Build and install all plugins:</p>
Modified: gencontent.sh 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -114,7 +114,7 @@ function prepare_source_dir() { if [ ! -d "${SOURCESDIR}" ]; then echo -e "Directory containing sources $SOURCESDIR could not be found.\nTrying to clone from git...\n" - git clone git://github.com/geany/geany-plugins.git ${SOURCESDIR} + git clone https://github.com/geany/geany-plugins.git ${SOURCESDIR} fi
if [ $? -ne 0 ]; then
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org