Jelajahi Sumber

Use https in homepage URL.

Jelmer Vernooij 12 tahun lalu
induk
melakukan
7647409593
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  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
 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.
 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>
 Author: Jelmer Vernooij <jelmer@samba.org>
 
 
 The project is named after the part of London that Mr. and Mrs. Git live in
 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',
       description='Python Git Library',
       keywords='git',
       keywords='git',
       version=dulwich_version_string,
       version=dulwich_version_string,
-      url='http://samba.org/~jelmer/dulwich',
+      url='https://samba.org/~jelmer/dulwich',
       license='GPLv2 or later',
       license='GPLv2 or later',
       author='Jelmer Vernooij',
       author='Jelmer Vernooij',
       author_email='jelmer@samba.org',
       author_email='jelmer@samba.org',