Skip to content

Commit

Permalink
Change homepage to www.dulwich.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jul 27, 2015
1 parent 3f02764 commit 13fced2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
----
Expand Down
2 changes: 1 addition & 1 deletion dulwich.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages: dulwich
docformat: restructuredtext
projectname: Dulwich
projecturl: http://samba.org/~jelmer/dulwich/
projecturl: https://www.dulwich.io/
htmloutput: apidocs
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def has_ext_modules(self):
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',
Expand Down

0 comments on commit 13fced2

Please sign in to comment.