aboutsummaryrefslogtreecommitdiff
path: root/src/data
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/data
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/data')
-rw-r--r--src/data/asdf.lisp2
-rw-r--r--src/data/files-tree.lisp2
-rw-r--r--src/data/git-snapshot.lisp2
-rw-r--r--src/data/gpgpubkeys.lisp2
-rw-r--r--src/data/local-file.lisp2
-rw-r--r--src/data/pass.lisp2
-rw-r--r--src/data/pgp.lisp2
-rw-r--r--src/data/ssh-askpass.lisp2
-rw-r--r--src/data/util.lisp2
9 files changed, 9 insertions, 9 deletions
diff --git a/src/data/asdf.lisp b/src/data/asdf.lisp
index ee1385c..cd6baa3 100644
--- a/src/data/asdf.lisp
+++ b/src/data/asdf.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.data.asdf)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/data/files-tree.lisp b/src/data/files-tree.lisp
index e94cf48..9a70f91 100644
--- a/src/data/files-tree.lisp
+++ b/src/data/files-tree.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.data.files-tree)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/data/git-snapshot.lisp b/src/data/git-snapshot.lisp
index 3a448c8..2141dd2 100644
--- a/src/data/git-snapshot.lisp
+++ b/src/data/git-snapshot.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.data.git-snapshot)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/data/gpgpubkeys.lisp b/src/data/gpgpubkeys.lisp
index a83f138..87fb673 100644
--- a/src/data/gpgpubkeys.lisp
+++ b/src/data/gpgpubkeys.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.data.gpgpubkeys)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/data/local-file.lisp b/src/data/local-file.lisp
index 275746a..0a1b3f9 100644
--- a/src/data/local-file.lisp
+++ b/src/data/local-file.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.data.local-file)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/data/pass.lisp b/src/data/pass.lisp
index c23cf5e..20df592 100644
--- a/src/data/pass.lisp
+++ b/src/data/pass.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.data.pass)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/data/pgp.lisp b/src/data/pgp.lisp
index d0df280..aab6c10 100644
--- a/src/data/pgp.lisp
+++ b/src/data/pgp.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.data.pgp)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/data/ssh-askpass.lisp b/src/data/ssh-askpass.lisp
index b3baf4d..30f8150 100644
--- a/src/data/ssh-askpass.lisp
+++ b/src/data/ssh-askpass.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.data.ssh-askpass)
(named-readtables:in-readtable :consfigurator)
diff --git a/src/data/util.lisp b/src/data/util.lisp
index aa0451f..da162df 100644
--- a/src/data/util.lisp
+++ b/src/data/util.lisp
@@ -14,7 +14,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.data.util)
(named-readtables:in-readtable :consfigurator)