diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:53:24 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:53:24 +0100 |
| commit | 6201c59494309b2b8b04494bae7e76c7abfecca8 (patch) | |
| tree | cfab4c2fe4987b7e4c4992c6001af3c248cf3f14 | |
| parent | c7c9bd518b332e913d45a2fd70fd09813d833e16 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/ebdb-gnorb
| -rw-r--r-- | ebdb-gnorb.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebdb-gnorb.el b/ebdb-gnorb.el index 8a54fc9..7f10fd2 100644 --- a/ebdb-gnorb.el +++ b/ebdb-gnorb.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: |
