aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rwxr-xr-xbin/incremental-git-filterbranch2
-rw-r--r--composer.json8
3 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 91294d0..6357a3d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![TravisCI Build Status](https://travis-ci.org/mlocati/incremental-git-filter-branch.svg?branch=master)](https://travis-ci.org/mlocati/incremental-git-filter-branch)
+[![TravisCI Build Status](https://travis-ci.org/concrete5/incremental-filter-branch.svg?branch=master)](https://travis-ci.org/concrete5/incremental-filter-branch)
## Introduction
@@ -38,7 +38,7 @@ Get the script and read the syntax using the `--help` option.
## Legal stuff
Use at your own risk.
-[MIT License](https://github.com/mlocati/incremental-git-filter-branch/blob/master/LICENSE).
+[MIT License](https://github.com/concrete5/incremental-filter-branch/blob/master/LICENSE).
## Credits
diff --git a/bin/incremental-git-filterbranch b/bin/incremental-git-filterbranch
index 2caae24..00aec2c 100755
--- a/bin/incremental-git-filterbranch
+++ b/bin/incremental-git-filterbranch
@@ -6,7 +6,7 @@
# Copyright (c) Michele Locati, 2018
#
# MIT license
-# https://github.com/mlocati/incremental-git-filter-branch/blob/master/LICENSE
+# https://github.com/concrete5/incremental-filter-branch/blob/master/LICENSE
#
# Exit immediately if a pipeline, a list, or a compound command, exits with a non-zero status.
diff --git a/composer.json b/composer.json
index 7500918..d686595 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,5 @@
{
- "name": "mlocati/incremental-git-filter-branch",
+ "name": "concrete5/incremental-filter-branch",
"description": "Shell script to call git filter-branch in an incremental way",
"type": "library",
"keywords": [
@@ -11,7 +11,7 @@
"bash",
"posix"
],
- "homepage": "https://github.com/mlocati/incremental-git-filter-branch",
+ "homepage": "https://github.com/concrete5/incremental-filter-branch",
"license": "MIT",
"authors": [
{
@@ -22,8 +22,8 @@
}
],
"support": {
- "issues": "https://github.com/mlocati/incremental-git-filter-branch/issues",
- "source": "https://github.com/mlocati/incremental-git-filter-branch"
+ "issues": "https://github.com/concrete5/incremental-filter-branch/issues",
+ "source": "https://github.com/concrete5/incremental-filter-branch"
},
"bin": [
"bin/incremental-git-filterbranch"

© 2014-2024 Faster IT GmbH | imprint | privacy policy