]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-cvsimport.perl
Merge branch 'fs/find-end-of-log-message-fix'
[thirdparty/git.git] / git-cvsimport.perl
index 07ea3443f7f336b9e8dfc4331df4f125719170dd..211ec8459a0b84e95e84b0b67ff3c9a7742ad4be 100755 (executable)
@@ -329,7 +329,7 @@ sub conn {
                        # Use a HTTP Proxy. Only works for HTTP proxies that
                        # don't require user authentication
                        #
-                       # See: http://www.ietf.org/rfc/rfc2817.txt
+                       # See: https://www.ietf.org/rfc/rfc2817.txt
 
                        $s = IO::Socket::INET->new(PeerHost => $proxyhost, PeerPort => $proxyport);
                        die "Socket to $proxyhost: $!\n" unless defined $s;