From 40b736463ac461bb9a92f24517950f5c50ba52ba Mon Sep 17 00:00:00 2001 From: Vaibhaw Date: Mon, 11 Apr 2022 23:34:08 +0530 Subject: [PATCH] build/deb: update Debian control file to remove unencrypted git protocol (#24676) --- build/deb/ethereum/deb.control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/deb/ethereum/deb.control b/build/deb/ethereum/deb.control index 501a32cb4..3b759f2d0 100644 --- a/build/deb/ethereum/deb.control +++ b/build/deb/ethereum/deb.control @@ -5,7 +5,7 @@ Maintainer: {{.Author}} Build-Depends: debhelper (>= 8.0.0), {{.GoBootPackage}} Standards-Version: 3.9.5 Homepage: https://ethereum.org -Vcs-Git: git://github.com/ethereum/go-ethereum.git +Vcs-Git: https://github.com/ethereum/go-ethereum.git Vcs-Browser: https://github.com/ethereum/go-ethereum Package: {{.Name}}