File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ def read(fname):
14
14
long_description = read ('README.md' ),
15
15
author = "John Benediktsson" ,
16
16
author_email = '[email protected] ' ,
17
- url = "http://github.com/mrjbq7 /tracdocs" ,
18
- download_url = "http://github.com/mrjbq7 /tracdocs/zipball/master#egg=TracDocs-0.3" ,
17
+ url = "http://github.com/trac-hacks /tracdocs" ,
18
+ download_url = "http://github.com/trac-hacks /tracdocs/zipball/master#egg=TracDocs-0.3" ,
19
19
packages = ['tracdocs' ],
20
20
classifiers = [
21
21
"Development Status :: 4 - Beta" ,
@@ -34,6 +34,6 @@ def read(fname):
34
34
'tracdocs.web_ui = tracdocs.web_ui' ,
35
35
]
36
36
},
37
- dependency_links = ['http://github.com/mrjbq7 /tracdocs/zipball/master#egg=TracDocs-0.3' ]
37
+ dependency_links = ['http://github.com/trac-hacks /tracdocs/zipball/master#egg=TracDocs-0.3' ]
38
38
)
39
39
You can’t perform that action at this time.
0 commit comments