Przeglądaj źródła

Use https in homepage URL.

Jelmer Vernooij 11 lat temu
rodzic
commit
7647409593
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      README
  2. 1 1
      setup.py

+ 1 - 1
README

@@ -3,7 +3,7 @@ This is the Dulwich project.
 It aims to provide an interface to git repos (both local and remote) that
 doesn't call out to git directly but instead uses pure Python.
 
-Homepage: http://samba.org/~jelmer/dulwich/
+Homepage: https://samba.org/~jelmer/dulwich/
 Author: Jelmer Vernooij <jelmer@samba.org>
 
 The project is named after the part of London that Mr. and Mrs. Git live in

+ 1 - 1
setup.py

@@ -57,7 +57,7 @@ setup(name='dulwich',
       description='Python Git Library',
       keywords='git',
       version=dulwich_version_string,
-      url='http://samba.org/~jelmer/dulwich',
+      url='https://samba.org/~jelmer/dulwich',
       license='GPLv2 or later',
       author='Jelmer Vernooij',
       author_email='jelmer@samba.org',