diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:25:07 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:25:07 +0100 |
| commit | 7f84a579906eb449270ffe5e5ccc090aa3821c97 (patch) | |
| tree | 5e882c8a5e1c1f4088f68013761b40d3382abdcf | |
| parent | 1d76b4f0e283afaff2be053d85f8726ffc3abd6e (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/uniquify-files
| -rw-r--r-- | uniquify-files-test.el | 2 | ||||
| -rw-r--r-- | uniquify-files.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/uniquify-files-test.el b/uniquify-files-test.el index a75638c..8f97239 100644 --- a/uniquify-files-test.el +++ b/uniquify-files-test.el @@ -18,7 +18,7 @@ ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: ;;; diff --git a/uniquify-files.el b/uniquify-files.el index 5b1833e..6666351 100644 --- a/uniquify-files.el +++ b/uniquify-files.el @@ -22,7 +22,7 @@ ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary |
