Skip to content

Commit 82235c6

Browse files
committed
Update url from dahlia/libsass-python => sass/libsass-python
1 parent 97c30fc commit 82235c6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Here's a brief check list for releasing a new version:
6262
It's currently a static website deployed on GitHub Pages.
6363
Use ``python setup.py upload_doc`` command.
6464
Although it seems possible to be automated using Travis.
65-
- Manually create a release through https://github.com/dahlia/libsass-python/releases/
65+
- Manually create a release through https://github.com/sass/libsass-python/releases/
6666

6767
Ping Hong Minhee ([email protected], @dahlia on GitHub) if you need
6868
any help!

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@
257257

258258

259259
extlinks = {
260-
'issue': ('https://github.com/dahlia/libsass-python/issues/%s', '#'),
261-
'branch': ('https://github.com/dahlia/libsass-python/compare/master...%s',
260+
'issue': ('https://github.com/sass/libsass-python/issues/%s', '#'),
261+
'branch': ('https://github.com/sass/libsass-python/compare/master...%s',
262262
''),
263-
'commit': ('https://github.com/dahlia/libsass-python/commit/%s', ''),
263+
'commit': ('https://github.com/sass/libsass-python/commit/%s', ''),
264264
'upcommit': ('https://github.com/sass/libsass/commit/%s', ''),
265265
}

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Open source
130130
-----------
131131

132132
GitHub (Git repository + issues)
133-
https://github.com/dahlia/libsass-python
133+
https://github.com/sass/libsass-python
134134

135135
Travis CI
136136
https://travis-ci.org/dahlia/libsass-python

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def run(self):
227227
'build', 'sphinx', 'html')
228228
os.chdir(path)
229229
os.system('git clone -b gh-pages --depth 5 '
230-
'[email protected]:dahlia/libsass-python.git .')
230+
'[email protected]:sass/libsass-python.git .')
231231
os.system('git rm -r .')
232232
os.system('touch .nojekyll')
233233
os.system('cp -r ' + build + '/* .')
@@ -257,7 +257,7 @@ def run(self):
257257
author='Hong Minhee',
258258
author_email='minhee' '@' 'dahlia.kr',
259259
url='http://hongminhee.org/libsass-python/',
260-
download_url='https://github.com/dahlia/libsass-python/releases',
260+
download_url='https://github.com/sass/libsass-python/releases',
261261
entry_points={
262262
'distutils.commands': [
263263
'build_sass = sassutils.distutils:build_sass'

0 commit comments

Comments
 (0)