diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:13:59 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:13:59 +0100 |
| commit | e4d643528e5f0e093990cc13fd2182b2b8b1c145 (patch) | |
| tree | cdd768de799ca4dd9e5dfc34589f322030551d3c | |
| parent | a6e935edf7a5d3acb74c494d52d9587185dd53f0 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/package-fixes
| -rw-r--r-- | package-fixes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package-fixes.el b/package-fixes.el index c0324e8..0d366fe 100644 --- a/package-fixes.el +++ b/package-fixes.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: |
