From b7f5ed333651e9ace8c1215e26b9268afc54e76a Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 28 May 2021 11:29:38 +0200 Subject: [PATCH] It's now `icinga-php-library`, not just `ipl` anymore --- README.md | 4 ++-- composer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7023995..bef0b96 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Download or clone this repository there (e.g. `/usr/share/icinga-php/ipl`) and y INSTALL_PATH="/usr/share/icinga-php/ipl" INSTALL_VERSION="v1.0.0" mkdir "$INSTALL_PATH" -&& wget -q "https://github.com/Icinga/ipl/archive/$INSTALL_VERSION.tar.gz" -O - \ +&& wget -q "https://github.com/Icinga/icinga-php-library/archive/$INSTALL_VERSION.tar.gz" -O - \ | tar xfz - -C "$INSTALL_PATH" --strip-components 1 ``` @@ -43,5 +43,5 @@ mkdir "$INSTALL_PATH" ``` INSTALL_PATH="/usr/share/icinga-php/ipl" INSTALL_VERSION="stable/1.0.0" -git clone https://github.com/Icinga/ipl.git "$INSTALL_PATH" --branch "$INSTALL_VERSION" +git clone https://github.com/Icinga/icinga-php-library.git "$INSTALL_PATH" --branch "$INSTALL_VERSION" ``` diff --git a/composer.json b/composer.json index f57d3b1..67bd837 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "icinga/ipl", + "name": "icinga/icinga-php-library", "type": "project", "description": "Icinga Web 2 - bundled Icinga PHP libraries", - "homepage": "https://github.com/Icinga/ipl", + "homepage": "https://github.com/Icinga/icinga-php-library", "license": "MIT", "config": { "sort-packages": true,