change swank-repl package name

This commit is contained in:
LordMZTE 2023-05-13 14:41:24 +02:00
parent be7a9b159b
commit 37fda01b51
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -4,9 +4,9 @@
(ros:ensure-asdf)
(ql:quickload '(:swank :mondo) :silent t))
(defpackage :swank-repl
(defpackage :swank-mondo-repl
(:use :cl))
(in-package :swank-repl)
(in-package :swank-mondo-repl)
(defun main (&rest argv)
(declare (ignorable argv))