gnucash-on-windows master: Change protocol for GitHub checkouts.

John Ralls jralls at code.gnucash.org
Tue Jan 11 14:02:08 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/11a04ce2 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/ff5d1120 (commit)



commit 11a04ce2d30c7a5350687d44548c65128a4d2648
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jan 11 10:58:59 2022 -0800

    Change protocol for GitHub checkouts.
    
    See
    https://github.blog/2021-09-01-improving-git-protocol-security-github/

diff --git a/gnucash.modules b/gnucash.modules
index 1868176..8edb9de 100644
--- a/gnucash.modules
+++ b/gnucash.modules
@@ -20,7 +20,7 @@
   <repository type="tarball" name="aqbanking"
               href="https://www.aquamaniac.de/rdm/attachments/download/"/>
   <repository type="git" name="github"
-	      href="git://github.com/"/>
+	      href="https://github.com/"/>
   <repository type="tarball" name="github-tar"
 	      href="https://github.com/"/>
   <repository type="system" name="system"/>



Summary of changes:
 gnucash.modules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list