summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmat-gui2
-rwxr-xr-xsetup.py2
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'))
344 w.set_version(__version__) 344 w.set_version(__version__)
345 w.set_copyright('GNU Public License v2') 345 w.set_copyright('GNU Public License v2')
346 w.set_comments(_('This software was coded during the GSoC 2011')) 346 w.set_comments(_('This software was coded during the GSoC 2011'))
347 w.set_website('https://gitweb.torproject.org/user/jvoisin/mat.git') 347 w.set_website('https://mat.boum.org')
348 w.set_website_label(_('Website')) 348 w.set_website_label(_('Website'))
349 w.set_authors(['Julien (jvoisin) Voisin', ]) 349 w.set_authors(['Julien (jvoisin) Voisin', ])
350 w.set_program_name('Metadata Anonymisation Toolkit') 350 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',
8 author='Julien (jvoisin) Voisin', 8 author='Julien (jvoisin) Voisin',
9 author_email='julien.voisin@dustri.org', 9 author_email='julien.voisin@dustri.org',
10 license='GPLv2', 10 license='GPLv2',
11 url='https://gitweb.torproject.org/user/jvoisin/mat.git', 11 url='https://mat.boum.org',
12 packages=['mat', 'mat.hachoir_editor', 'mat.bencode', 12 packages=['mat', 'mat.hachoir_editor', 'mat.bencode',
13 'mat.tarfile'], 13 'mat.tarfile'],
14 scripts=['mat-cli', 'mat-gui'], 14 scripts=['mat-cli', 'mat-gui'],