From fd36c9876d00dcfb61512fb0a96cfa125044403e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 11 Mar 2023 11:37:50 -0700 Subject: http -> https for fsf.org and gnu.org URIs Signed-off-by: Sean Whitton --- src/data/asdf.lisp | 2 +- src/data/files-tree.lisp | 2 +- src/data/git-snapshot.lisp | 2 +- src/data/gpgpubkeys.lisp | 2 +- src/data/local-file.lisp | 2 +- src/data/pass.lisp | 2 +- src/data/pgp.lisp | 2 +- src/data/ssh-askpass.lisp | 2 +- src/data/util.lisp | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src/data') 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 . +;;; along with this program. If not, see . (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 . +;;; along with this program. If not, see . (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 . +;;; along with this program. If not, see . (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 . +;;; along with this program. If not, see . (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 . +;;; along with this program. If not, see . (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 . +;;; along with this program. If not, see . (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 . +;;; along with this program. If not, see . (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 . +;;; along with this program. If not, see . (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 . +;;; along with this program. If not, see . (in-package :consfigurator.data.util) (named-readtables:in-readtable :consfigurator) -- cgit v1.2.3