diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:50:21 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:50:21 +0100 |
| commit | c1ef993f8c66fec71b10d70eb7a2cd0c416aaa12 (patch) | |
| tree | fc42b5dc7f5bf6d7273b931a0610c41e3c7c4deb | |
| parent | ed3f109e543ab33e493c54b93b838c093be6c531 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/cycle-quotes
| -rw-r--r-- | cycle-quotes-test.el | 2 | ||||
| -rw-r--r-- | cycle-quotes.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cycle-quotes-test.el b/cycle-quotes-test.el index 43c2bc6..eeba5d4 100644 --- a/cycle-quotes-test.el +++ b/cycle-quotes-test.el @@ -15,7 +15,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/>. ;;; Commentary: diff --git a/cycle-quotes.el b/cycle-quotes.el index b2f8465..6307cbb 100644 --- a/cycle-quotes.el +++ b/cycle-quotes.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 this program. If not, see <http://www.gnu.org/licenses/>. +;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: |
