File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Although memory maps have many advantages, they represent a very limited system
8
8
9
9
## Overview
10
10
11
- [ ![ Build Status] ( https://travis-ci.org/Byron /smmap.svg?branch=master )] ( https://travis-ci.org/Byron /smmap )
12
- [ ![ Coverage Status] ( https://coveralls.io/repos/Byron /smmap/badge.png )] ( https://coveralls.io/r/Byron /smmap )
11
+ [ ![ Build Status] ( https://travis-ci.org/gitpython-developers /smmap.svg?branch=master )] ( https://travis-ci.org/gitpython-developers /smmap )
12
+ [ ![ Coverage Status] ( https://coveralls.io/repos/gitpython-developers /smmap/badge.png )] ( https://coveralls.io/r/gitpython-developers /smmap )
13
13
[ ![ Issue Stats] ( http://www.issuestats.com/github/gitpython-developers/smmap/badge/pr )] ( http://www.issuestats.com/github/gitpython-developers/smmap )
14
14
[ ![ Issue Stats] ( http://www.issuestats.com/github/gitpython-developers/smmap/badge/issue )] ( http://www.issuestats.com/github/gitpython-developers/smmap )
15
15
@@ -63,7 +63,7 @@ It is advised to have a look at the **Usage Guide** for a brief introduction on
63
63
64
64
## Homepage and Links
65
65
66
- The project is home on github at https://github.com/Byron /smmap .
66
+ The project is home on github at https://github.com/gitpython-developers /smmap .
67
67
68
68
The latest source can be cloned from github as well:
69
69
@@ -77,7 +77,7 @@ For support, please use the git-python mailing list:
77
77
78
78
Issues can be filed on github:
79
79
80
- * https://github.com/Byron /smmap/issues
80
+ * https://github.com/gitpython-developers /smmap/issues
81
81
82
82
83
83
## License Information
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ It is advised to have a look at the :ref:`Usage Guide <tutorial-label>` for a br
51
51
##################
52
52
Homepage and Links
53
53
##################
54
- The project is home on github at `https://github.com/Byron /smmap <https://github.com/Byron /smmap >`_.
54
+ The project is home on github at `https://github.com/gitpython-developers /smmap <https://github.com/gitpython-developers /smmap >`_.
55
55
56
56
The latest source can be cloned from github as well:
57
57
@@ -65,7 +65,7 @@ For support, please use the git-python mailing list:
65
65
66
66
Issues can be filed on github:
67
67
68
- * https://github.com/Byron /smmap/issues
68
+ * https://github.com/gitpython-developers /smmap/issues
69
69
70
70
###################
71
71
License Information
Original file line number Diff line number Diff line change 13
13
if os .path .exists ("README.md" ):
14
14
long_description = codecs .open ('README.md' , "r" , "utf-8" ).read ()
15
15
else :
16
- long_description = "See http://github.com/Byron /smmap"
16
+ long_description = "See http://github.com/gitpython-developers /smmap"
17
17
18
18
setup (
19
19
name = "smmap" ,
You can’t perform that action at this time.
0 commit comments