diff options
Diffstat (limited to 'gnu/packages/lisp.scm')
-rw-r--r-- | gnu/packages/lisp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 1fcd316fad..2bbe398079 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -888,7 +888,7 @@ from other CLXes around the net.") It attempts to be highly customizable while relying entirely on the keyboard for input. These design decisions reflect the growing popularity of productive, customizable lisp based systems.") - (home-page "http://github.com/stumpwm/stumpwm") + (home-page "https://github.com/stumpwm/stumpwm") (license license:gpl2+) (properties `((ecl-variant . ,(delay ecl-stumpwm)))))) |