From be6fd0d40cb8713dd614c744b040070719172ba4 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 31 Oct 2011 17:23:15 +0100 Subject: Update website --- mat-gui | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mat-gui b/mat-gui index 9a9f95b..712f733 100755 --- a/mat-gui +++ b/mat-gui @@ -344,7 +344,7 @@ data loss, but clean more efficiently')) w.set_version(__version__) w.set_copyright('GNU Public License v2') w.set_comments(_('This software was coded during the GSoC 2011')) - w.set_website('https://gitweb.torproject.org/user/jvoisin/mat.git') + w.set_website('https://mat.boum.org') w.set_website_label(_('Website')) w.set_authors(['Julien (jvoisin) Voisin', ]) w.set_program_name('Metadata Anonymisation Toolkit') diff --git a/setup.py b/setup.py index 8c7d44d..36fcec5 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup(name='MAT', author='Julien (jvoisin) Voisin', author_email='julien.voisin@dustri.org', license='GPLv2', - url='https://gitweb.torproject.org/user/jvoisin/mat.git', + url='https://mat.boum.org', packages=['mat', 'mat.hachoir_editor', 'mat.bencode', 'mat.tarfile'], scripts=['mat-cli', 'mat-gui'], -- cgit v1.3