From 7bf837fd43e274eba00dab0644a8df6dfa055d08 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 21 Mar 2017 17:34:40 -0400 Subject: gnu: Use HTTPS URLs for GitHub home-pages. * gnu/packages/bioinformatics.scm, gnu/packages/emacs.scm, gnu/packages/haskell.scm, gnu/packages/libffi.scm, gnu/packages/lisp.scm, gnu/packages/ocaml.scm, gnu/packages/openstack.scm, gnu/packages/python.scm, gnu/packages/ruby.scm, gnu/packages/shells.scm, gnu/packages/statistics.scm, gnu/packages/xdisorg.scm: Use HTTPS URLs for all packages with a home-page on GitHub. --- gnu/packages/lisp.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/lisp.scm') 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)))))) -- cgit v1.2.3