From 0aa085a51d6faaae437a9f29c2b7380f00551bb5 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Mon, 19 Mar 2018 08:46:47 +0100 Subject: Rebranding --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'composer.json') 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" -- cgit v1.2.3