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
 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>
 
 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:
 
-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:
 
-http://www.samba.org/~jelmer/dulwich/apidocs
+https://www.dulwich.io/apidocs
 
 Help
 ----

+ 1 - 1
dulwich.cfg

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

+ 1 - 1
setup.py

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