aboutsummaryrefslogtreecommitdiff
path: root/src/connection
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-11 11:37:50 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-11 11:37:50 -0700
commitfd36c9876d00dcfb61512fb0a96cfa125044403e (patch)
tree2c63a138b2695b8e5f45c96362543a08949a38fb /src/connection
parent165bef622b370ec7d1de95bcb2a1ef59070aee49 (diff)
downloadconsfigurator-fd36c9876d00dcfb61512fb0a96cfa125044403e.tar.gz
http -> https for fsf.org and gnu.org URIs
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection')
-rw-r--r--src/connection/as.lisp2
-rw-r--r--src/connection/chroot.lisp2
-rw-r--r--src/connection/fork.lisp2
-rw-r--r--src/connection/linux-namespace.lisp2
-rw-r--r--src/connection/local.lisp2
-rw-r--r--src/connection/rehome.lisp2
-rw-r--r--src/connection/sbcl.lisp2
-rw-r--r--src/connection/setuid.lisp2
-rw-r--r--src/connection/shell-wrap.lisp2
-rw-r--r--src/connection/ssh.lisp2
-rw-r--r--src/connection/su.lisp2
-rw-r--r--src/connection/sudo.lisp2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/connection/as.lisp b/src/connection/as.lisp
index aa24b0c..a8feef1 100644
--- a/src/connection/as.lisp
+++ b/src/connection/as.lisp
@@ -13,7 +13,7 @@
;;; GNU General Public License for more details.
;;; You should have received a copy of the GNU General Public License
-;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+;;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(in-package :consfigurator.connection.as)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/connection/chroot.lisp b/src/connection/chroot.lisp
index a4a67d3..b33b2db 100644
--- a/src/connection/chroot.lisp
+++ b/src/connection/chroot.lisp
@@ -13,7 +13,7 @@
;;; GNU General Public License for more details.
;;; You should have received a copy of the GNU General Public License
-;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+;;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(in-package :consfigurator.connection.chroot)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/connection/fork.lisp b/src/connection/fork.lisp
index 593d468..47e9c19 100644
--- a/src/connection/fork.lisp
+++ b/src/connection/fork.lisp
@@ -13,7 +13,7 @@
;;; GNU General Public License for more details.
;;; You should have received a copy of the GNU General Public License
-;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+;;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(in-package :consfigurator.connection.fork)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/connection/linux-namespace.lisp b/src/connection/linux-namespace.lisp
index 71a34db..90d9a13 100644
--- a/src/connection/linux-namespace.lisp
+++ b/src/connection/linux-namespace.lisp
@@ -13,7 +13,7 @@
;;; GNU General Public License for more details.
;;; You should have received a copy of the GNU General Public License
-;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+;;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(in-package :consfigurator.connection.linux-namespace)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/connection/local.lisp b/src/connection/local.lisp
index d8a6880..c3aa06e 100644
--- a/src/connection/local.lisp
+++ b/src/connection/local.lisp
@@ -13,7 +13,7 @@
;;; GNU General Public License for more details.
;;; You should have received a copy of the GNU General Public License
-;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+;;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(in-package :consfigurator.connection.local)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/connection/rehome.lisp b/src/connection/rehome.lisp
index 5ceb103..4006e53 100644
--- a/src/connection/rehome.lisp
+++ b/src/connection/rehome.lisp
@@ -13,7 +13,7 @@
;;; GNU General Public License for more details.
;;; You should have received a copy of the GNU General Public License
-;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+;;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(in-package :consfigurator.connection.rehome)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/connection/sbcl.lisp b/src/connection/sbcl.lisp
index 184c30d..1942f75 100644
--- a/src/connection/sbcl.lisp
+++ b/src/connection/sbcl.lisp
@@ -13,7 +13,7 @@
;;; GNU General Public License for more details.
;;; You should have received a copy of the GNU General Public License
-;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+;;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(in-package :consfigurator.connection.sbcl)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/connection/setuid.lisp b/src/connection/setuid.lisp
index 5c21020..a9dd0dd 100644
--- a/src/connection/setuid.lisp
+++ b/src/connection/setuid.lisp
@@ -13,7 +13,7 @@
;;; GNU General Public License for more details.
;;; You should have received a copy of the GNU General Public License
-;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+;;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(in-package :consfigurator.connection.setuid)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/connection/shell-wrap.lisp b/src/connection/shell-wrap.lisp
index 1200391..34fb57f 100644
--- a/src/connection/shell-wrap.lisp
+++ b/src/connection/shell-wrap.lisp
@@ -13,7 +13,7 @@
;;; GNU General Public License for more details.
;;; You should have received a copy of the GNU General Public License
-;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+;;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(in-package :consfigurator.connection.shell-wrap)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/connection/ssh.lisp b/src/connection/ssh.lisp
index 1154578..eaa5b0b 100644
--- a/src/connection/ssh.lisp
+++ b/src/connection/ssh.lisp
@@ -13,7 +13,7 @@
;;; GNU General Public License for more details.
;;; You should have received a copy of the GNU General Public License
-;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+;;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(in-package :consfigurator.connection.ssh)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/connection/su.lisp b/src/connection/su.lisp
index aef323e..fa135cb 100644
--- a/src/connection/su.lisp
+++ b/src/connection/su.lisp
@@ -13,7 +13,7 @@
;;; GNU General Public License for more details.
;;; You should have received a copy of the GNU General Public License
-;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+;;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(in-package :consfigurator.connection.su)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/connection/sudo.lisp b/src/connection/sudo.lisp
index 459a832..799210e 100644
--- a/src/connection/sudo.lisp
+++ b/src/connection/sudo.lisp
@@ -13,7 +13,7 @@
;;; GNU General Public License for more details.
;;; You should have received a copy of the GNU General Public License
-;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+;;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(in-package :consfigurator.connection.sudo)
(named-readtables:in-readtable :consfigurator)