Browse Source

Change my e-mailaddress to jelmer@jelmer.uk.

Jelmer Vernooij 9 years ago
parent
commit
04d8ecd0b5
4 changed files with 5 additions and 5 deletions
  1. 1 1
      AUTHORS
  2. 1 1
      README.md
  3. 1 1
      relicensing-apachev2.txt
  4. 2 2
      setup.py

+ 1 - 1
AUTHORS

@@ -1,4 +1,4 @@
-Jelmer Vernooij <jelmer@samba.org>
+Jelmer Vernooij <jelmer@jelmer.uk>
 James Westby <jw+debian@jameswestby.net>
 John Carr <john.carr@unrouted.co.uk>
 Dave Borowitz <dborowitz@google.com>

+ 1 - 1
README.md

@@ -6,7 +6,7 @@ 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://www.dulwich.io/
-Author: Jelmer Vernooij <jelmer@samba.org>
+Author: Jelmer Vernooij <jelmer@jelmer.uk>
 
 The project is named after the part of London that Mr. and Mrs. Git live in
 in the particular Monty Python sketch.

+ 1 - 1
relicensing-apachev2.txt

@@ -52,5 +52,5 @@ Yifan Zhang <yifan@wavii.com>
 Yuval Langer <yuval.langer@gmail.com>
 
 If your name is in this list and you'd be happy to relicense your contribution
-under dual GPLv2/Apachev2, then please send me an e-mail (jelmer@samba.org) or
+under dual GPLv2/Apachev2, then please send me an e-mail (jelmer@jelmer.uk) or
 a pull request on GitHub removing your name from the list above.

+ 2 - 2
setup.py

@@ -1,6 +1,6 @@
 #!/usr/bin/python
 # Setup file for dulwich
-# Copyright (C) 2008-2011 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2008-2011 Jelmer Vernooij <jelmer@jelmer.uk>
 
 try:
     from setuptools import setup, Extension
@@ -78,7 +78,7 @@ setup(name='dulwich',
       url='https://www.dulwich.io/',
       license='GPLv2 or later',
       author='Jelmer Vernooij',
-      author_email='jelmer@samba.org',
+      author_email='jelmer@jelmer.uk',
       long_description="""
       Python implementation of the Git file formats and protocols,
       without the need to have git installed.