Updated homepage URL.
This commit is contained in:
parent
d39b9f4ac9
commit
236b4b676e
|
@ -38,7 +38,7 @@ patool repack linux-2.6.33.tar.gz linux-2.6.33.tar.bz2
|
|||
|
||||
Website
|
||||
--------
|
||||
See http://wummel.github.com/patool/ for more info and downloads.
|
||||
See http://wummel.github.io/patool/ for more info and downloads.
|
||||
|
||||
Test suite status
|
||||
------------------
|
||||
|
|
|
@ -2,7 +2,7 @@ Project: patool
|
|||
Version: 1.1
|
||||
Release-Focus: Minor bugfixes
|
||||
Hide: N
|
||||
Website-URL: http://wummel.github.com/patool/
|
||||
Website-URL: http://wummel.github.io/patool/
|
||||
Changelog-URL: https://github.com/wummel/patool/blob/master/doc/changelog.txt
|
||||
Tar/GZ-URL: https://github.com/downloads/wummel/patool/patool-${version}.tar.gz
|
||||
GIT-Tree-URL: https://github.com/wummel/patool.git
|
||||
|
|
4
setup.py
4
setup.py
|
@ -454,8 +454,8 @@ installed.
|
|||
maintainer = MyName,
|
||||
maintainer_email = MyEmail,
|
||||
license = "GPL",
|
||||
url = "http://wummel.github.com/patool/",
|
||||
download_url="http://wummel.github.com/patool/files/",
|
||||
url = "http://wummel.github.io/patool/",
|
||||
download_url="http://wummel.github.io/patool/files/",
|
||||
packages = ['patoolib', 'patoolib.programs'],
|
||||
data_files = data_files,
|
||||
scripts = ['patool'],
|
||||
|
|
Loading…
Reference in New Issue