Skip to content

Commit fb6c59f

Browse files
committed
repo moved to so-fancy org
1 parent b856637 commit fb6c59f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/stevemao/diff-so-fancy.git"
11+
"url": "git+https://github.com/so-fancy/diff-so-fancy.git"
1212
},
1313
"keywords": [
1414
"git",
@@ -23,7 +23,7 @@
2323
"author": "Paul Irish",
2424
"license": "MIT",
2525
"bugs": {
26-
"url": "https://github.com/stevemao/diff-so-fancy/issues"
26+
"url": "https://github.com/so-fancy/diff-so-fancy/issues"
2727
},
28-
"homepage": "https://github.com/stevemao/diff-so-fancy#readme"
28+
"homepage": "https://github.com/so-fancy/diff-so-fancy#readme"
2929
}

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# diff-so-fancy [![Circle CI build](https://circleci.com/gh/stevemao/diff-so-fancy.svg?style=svg)](https://circleci.com/gh/stevemao/diff-so-fancy) [![TravisCI build](https://travis-ci.org/stevemao/diff-so-fancy.svg?branch=master)](https://travis-ci.org/stevemao/diff-so-fancy)
1+
# diff-so-fancy [![Circle CI build](https://circleci.com/gh/so-fancy/diff-so-fancy.svg?style=svg)](https://circleci.com/gh/so-fancy/diff-so-fancy) [![TravisCI build](https://travis-ci.org/so-fancy/diff-so-fancy.svg?branch=master)](https://travis-ci.org/so-fancy/diff-so-fancy)
22

33
diff-so-fancy builds on the good-lookin' output of [git contrib](https://github.com/git/git/tree/master/contrib)'s [diff-highlight](https://github.com/git/git/tree/master/contrib/diff-highlight) to upgrade
44
your diffs' appearances.
@@ -80,7 +80,7 @@ git --no-pager diff
8080

8181
## History
8282

83-
`diff-so-fancy` started as [a commit in paulirish's dotfiles](https://github.com/paulirish/dotfiles/commit/6743b907ff586c28cd36e08d1e1c634e2968893e#commitcomment-13349456), which grew into a [standalone script](https://github.com/paulirish/dotfiles/blob/63cb8193b0e66cf80ab6332477f1f52c7fbb9311/bin/diff-so-fancy). Later, @stevemao brought it into its [own repo](https://github.com/stevemao/diff-so-fancy) (here), and gave it the room to mature. It's quickly grown into a [widely collaborative project](https://github.com/stevemao/diff-so-fancy/graphs/contributors).
83+
`diff-so-fancy` started as [a commit in paulirish's dotfiles](https://github.com/paulirish/dotfiles/commit/6743b907ff586c28cd36e08d1e1c634e2968893e#commitcomment-13349456), which grew into a [standalone script](https://github.com/paulirish/dotfiles/blob/63cb8193b0e66cf80ab6332477f1f52c7fbb9311/bin/diff-so-fancy). Later, @so-fancy brought it into its [own repo](https://github.com/so-fancy/diff-so-fancy) (here), and gave it the room to mature. It's quickly grown into a [widely collaborative project](https://github.com/so-fancy/diff-so-fancy/graphs/contributors).
8484

8585
## Contributing
8686

@@ -90,7 +90,7 @@ Pull requests quite welcome, along with any feedback or ideas.
9090

9191
```sh
9292
# fork and clone the diff-so-fancy repo.
93-
git clone https://github.com/stevemao/diff-so-fancy/ && cd diff-so-fancy
93+
git clone https://github.com/so-fancy/diff-so-fancy/ && cd diff-so-fancy
9494

9595
# test a saved diff against your local version
9696
cat test/fixtures/ls-function.diff | ./diff-so-fancy

0 commit comments

Comments
 (0)