diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:17:27 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:17:27 +0100 |
| commit | e009f6fc41c3708504ce821c8525304135a39177 (patch) | |
| tree | 89ee5033a5a94cd760d2c104d4bf3ce47651fa1f | |
| parent | 914be9d1aff3b25019d65c0926ad2d198100e580 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/quarter-plane
| -rw-r--r-- | quarter-plane.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quarter-plane.el b/quarter-plane.el index fbd33d4..a5733bb 100644 --- a/quarter-plane.el +++ b/quarter-plane.el @@ -17,7 +17,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: |
