Updated homepage.
This commit is contained in:
parent
b9dc385ff2
commit
afb00d9741
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ Project: dosage
|
||||||
Version: 1.15
|
Version: 1.15
|
||||||
Release-Focus: Minor feature enhancements
|
Release-Focus: Minor feature enhancements
|
||||||
Hide: N
|
Hide: N
|
||||||
Website-URL: http://wummel.github.com/dosage/
|
Website-URL: http://wummel.github.io/dosage/
|
||||||
Changelog-URL: https://github.com/wummel/dosage/blob/master/doc/changelog.txt
|
Changelog-URL: https://github.com/wummel/dosage/blob/master/doc/changelog.txt
|
||||||
Source-Package-URL: http://github.com/downloads/wummel/dosage/dosage-${version}.tar.gz
|
Source-Package-URL: http://github.com/downloads/wummel/dosage/dosage-${version}.tar.gz
|
||||||
GIT-Tree-URL: https://github.com/wummel/dosage.git
|
GIT-Tree-URL: https://github.com/wummel/dosage.git
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -413,7 +413,7 @@ args = dict(
|
||||||
maintainer = 'Bastian Kleineidam',
|
maintainer = 'Bastian Kleineidam',
|
||||||
maintainer_email = 'bastian.kleineidam@web.de',
|
maintainer_email = 'bastian.kleineidam@web.de',
|
||||||
license = 'MIT',
|
license = 'MIT',
|
||||||
url = 'http://wummel.github.com/dosage/',
|
url = 'http://wummel.github.io/dosage/',
|
||||||
packages = (
|
packages = (
|
||||||
'dosagelib',
|
'dosagelib',
|
||||||
'dosagelib.plugins',
|
'dosagelib.plugins',
|
||||||
|
|
Loading…
Reference in a new issue