From 29e0cffca7a214c3a37e320506bf46ef6dd22835 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sun, 3 May 2015 07:44:13 +0200 Subject: [PATCH] Fix bootstrap-vz URL in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4d8493d..fd9f995 100644 --- a/setup.py +++ b/setup.py @@ -36,5 +36,5 @@ Its aim is to provide a reproducable bootstrapping process using manifests as well as supporting a high degree of customizability through plugins.''', author='Anders Ingemann', author_email='anders@ingemann.de', - url='http://www.python.org/sigs/distutils-sig/', + url='http://www.github.com/andsens/bootstrap-vz', )