diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:09:09 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:09:09 +0100 |
| commit | 94e3b544a145e05ed3af26fcde6fef317451200a (patch) | |
| tree | bd2f00dadd9ffd1a4e30e4ea3af61daaf263a5f8 | |
| parent | 05600129ee8ea0774c6ac446a2bd18fc1dde54eb (diff) | |
; Prefer HTTPS to HTTP in license URLexternals/nftables-mode
| -rw-r--r-- | nftables-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nftables-mode.el b/nftables-mode.el index ccbe64f..130781d 100644 --- a/nftables-mode.el +++ b/nftables-mode.el @@ -19,7 +19,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: |
