Rename composer package from maddy83/madlisp to peklaiho/madlisp. Repo is now on Github.

This commit is contained in:
Pekka Laiho 2024-05-18 08:09:33 +03:00
parent 2c195da631
commit ae7ede31f7
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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": {