Skip to content

Commit

Permalink
Update repo references
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Jul 24, 2023
1 parent 5e35631 commit 3a25287
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ available in the McCLIM code in the examples directory.
[ABCL]: https://armedbear.common-lisp.dev/
[CLASP]: https://github.com/clasp-developers/clasp
[ECL]: https://ecl.common-lisp.dev/
[Incless]: https://github.com/yitzchak/Incless
[Incless]: https://github.com/s-expressionists/Incless
[McCLIM]: https://github.com/McCLIM/McCLIM
[SBCL]: http://sbcl.org
[SICL]: https://github.com/robert-strandh/SICL
Expand Down
4 changes: 2 additions & 2 deletions inravina-ansi.asd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
:author "Tarn W. Burton"
:license "MIT"
:version "0.1"
:homepage "https://github.com/yitzchak/Inravina/"
:bug-tracker "https://github.com/yitzchak/Inravina/issues"
:homepage "https://github.com/s-expressionists/Inravina/"
:bug-tracker "https://github.com/s-expressionists/Inravina/issues"
:depends-on (#:inravina)
:components ((:module code
:serial t
Expand Down
4 changes: 2 additions & 2 deletions inravina.asd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
:author "Tarn W. Burton"
:license "MIT"
:version "0.1"
:homepage "https://github.com/yitzchak/Inravina/"
:bug-tracker "https://github.com/yitzchak/Inravina/issues"
:homepage "https://github.com/s-expressionists/Inravina/"
:bug-tracker "https://github.com/s-expressionists/Inravina/issues"
:in-order-to ((asdf:test-op (asdf:test-op #:inravina/test)))
:depends-on ((:feature (:not :sicl) #:trivial-gray-streams)
#:incless
Expand Down

0 comments on commit 3a25287

Please sign in to comment.