From 13fced2e1d7f1a67a7a7d3548d000a4f377bada1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 27 Jul 2015 23:39:01 +0000 Subject: [PATCH] Change homepage to www.dulwich.io. --- README.md | 6 +++--- dulwich.cfg | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aa85b48f0..2f5ace050 100644 --- a/README.md +++ b/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 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 ---- diff --git a/dulwich.cfg b/dulwich.cfg index 208f0564f..de2d0a84c 100644 --- a/dulwich.cfg +++ b/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 diff --git a/setup.py b/setup.py index e760ec480..ac8aad0a0 100755 --- a/setup.py +++ b/setup.py @@ -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',