From 73ab7d081cade6a10ae1f7a839e48e348986fb17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 17 Dec 2019 08:41:24 +0100 Subject: [PATCH] Fix: Reference --- .github/settings.yml | 2 +- README.md | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 6af77597..823a0113 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -27,7 +27,7 @@ repository: allow_rebase_merge: false allow_squash_merge: false default_branch: master - description: ":fork_and_knife: Fork of sebastian/diff for use with localheinz/composer-normalize." + description: ":fork_and_knife: Fork of sebastian/diff for use with ergebnis/composer-normalize." has_downloads: true has_issues: false has_pages: false diff --git a/README.md b/README.md index f7db7f6e..794c12f0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # localheinz/diff -This is a fork of [`sebastian/diff`](https://github.com/sebastianbergmann/diff) for use with [`localheinz/composer-normalize`](https://github.com/localheinz/composer-normalize), with permission from Sebastian Bergmann. +This is a fork of [`sebastian/diff`](https://github.com/sebastianbergmann/diff) for use with [`ergebnis/composer-normalize`](https://github.com/ergebnis/composer-normalize), with permission from Sebastian Bergmann. Please use [`sebastian/diff`](https://github.com/sebastianbergmann/diff) instead. diff --git a/composer.json b/composer.json index 25a8a59c..592e690c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "localheinz/diff", - "description": "Fork of sebastian/diff for use with localheinz/composer-normalize", + "description": "Fork of sebastian/diff for use with ergebnis/composer-normalize", "keywords": ["diff", "udiff", "unidiff", "unified diff"], "homepage": "https://github.com/sebastianbergmann/diff", "license": "BSD-3-Clause",