diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:24:18 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:24:18 +0100 |
| commit | a0a88926a101fadaa269c0ddc3a9b8de80050a31 (patch) | |
| tree | 948c33d2fc3b8b561153a0c6b3b11a77efa3b19f | |
| parent | 807d8ce3df8cb4cf16de919f6edfcdbe4dbb3469 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/systemd
| -rw-r--r-- | systemctl.el | 2 | ||||
| -rw-r--r-- | systemd-codegen.el | 2 | ||||
| -rw-r--r-- | systemd-mode.el | 2 | ||||
| -rw-r--r-- | systemd.el | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/systemctl.el b/systemctl.el index 34dcdc4..161a5f2 100644 --- a/systemctl.el +++ b/systemctl.el @@ -16,7 +16,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/systemd-codegen.el b/systemd-codegen.el index 2fe1160..996ffa7 100644 --- a/systemd-codegen.el +++ b/systemd-codegen.el @@ -16,7 +16,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/systemd-mode.el b/systemd-mode.el index f799661..ce59f28 100644 --- a/systemd-mode.el +++ b/systemd-mode.el @@ -16,7 +16,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/>. ;;; Todo: @@ -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: |
