Browse Source

Change homepage to www.dulwich.io.

Jelmer Vernooij 9 years ago
parent
commit
13fced2e1d
3 changed files with 5 additions and 5 deletions
  1. 3 3
      README.md
  2. 1 1
      dulwich.cfg
  3. 1 1
      setup.py

+ 3 - 3
README.md

@@ -5,7 +5,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: https://samba.org/~jelmer/dulwich/
+Homepage: https://www.dulwich.io/
 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
@@ -31,11 +31,11 @@ Further documentation
 
 
 The dulwich documentation can be found in doc/ and on the web:
 The dulwich documentation can be found in doc/ and on the web:
 
 
-http://www.samba.org/~jelmer/dulwich/docs/
+https://www.dulwich.io/docs/
 
 
 The API reference can be generated using pydoctor, by running "make pydoctor", or on the web:
 The API reference can be generated using pydoctor, by running "make pydoctor", or on the web:
 
 
-http://www.samba.org/~jelmer/dulwich/apidocs
+https://www.dulwich.io/apidocs
 
 
 Help
 Help
 ----
 ----

+ 1 - 1
dulwich.cfg

@@ -1,5 +1,5 @@
 packages: dulwich
 packages: dulwich
 docformat: restructuredtext
 docformat: restructuredtext
 projectname: Dulwich
 projectname: Dulwich
-projecturl: http://samba.org/~jelmer/dulwich/
+projecturl: https://www.dulwich.io/
 htmloutput: apidocs
 htmloutput: apidocs

+ 1 - 1
setup.py

@@ -75,7 +75,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='https://samba.org/~jelmer/dulwich',
+      url='https://www.dulwich.io/',
       license='GPLv2 or later',
       license='GPLv2 or later',
       author='Jelmer Vernooij',
       author='Jelmer Vernooij',
       author_email='jelmer@samba.org',
       author_email='jelmer@samba.org',