Rename scikits-image to scikit-image

This commit is contained in:
Johannes Schönberger
2012-10-02 19:02:37 +02:00
parent b0f74810dd
commit d690212d1c
29 changed files with 104 additions and 104 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ month_duration = 24
for r in releases:
releases[r] = dateutil.parser.parse(releases[r])
def fetch_PRs(user='scikits-image', repo='scikits-image', state='open'):
def fetch_PRs(user='scikit-image', repo='scikit-image', state='open'):
params = {'state': state,
'per_page': 100,
'page': 1}