From ae7ede31f756fc98ad6a10fec7ef3cc3e33da5f4 Mon Sep 17 00:00:00 2001 From: Pekka Laiho Date: Sat, 18 May 2024 08:09:33 +0300 Subject: [PATCH] Rename composer package from maddy83/madlisp to peklaiho/madlisp. Repo is now on Github. --- README.md | 4 ++-- composer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93582f5..55a3c17 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Create a new directory and require the project using composer: ```text $ mkdir mylisp $ cd mylisp -$ composer require maddy83/madlisp +$ composer require peklaiho/madlisp ``` Use the `vendor/bin/madlisp` executable to start the interpreter. Start the REPL with the `-r` option: @@ -48,4 +48,4 @@ The language seems stable at this point so I am releasing it as 1.0. Please repo ## License -[MIT](https://bitbucket.org/maddy83/madlisp/src/master/LICENSE) +MIT diff --git a/composer.json b/composer.json index 7e818d1..e2dd9c9 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "maddy83/madlisp", + "name": "peklaiho/madlisp", "description": "Lisp interpreter for the MadLisp language.", "keywords": [ "lisp" @@ -14,7 +14,7 @@ } ], "support": { - "source": "https://bitbucket.org/maddy83/madlisp/", + "source": "https://github.com/peklaiho/madlisp", "docs": "http://madlisp.com/" }, "require": {