From f39e752db3a3172049e33f9e37297e697cbcd8b5 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Wed, 17 Jul 2019 09:23:41 -0500 Subject: [PATCH] Tidy: http->https --- org-ql-agenda.el | 4 ++-- org-ql.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/org-ql-agenda.el b/org-ql-agenda.el index 8ff3a9f..d0e4a67 100644 --- a/org-ql-agenda.el +++ b/org-ql-agenda.el @@ -1,7 +1,7 @@ ;;; org-ql-agenda.el --- Agenda-like view based on org-ql -*- lexical-binding: t; -*- ;; Author: Adam Porter -;; Url: http://github.com/alphapapa/org-ql +;; Url: https://github.com/alphapapa/org-ql ;;; Commentary: @@ -22,7 +22,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 . +;; along with this program. If not, see . ;;; Code: diff --git a/org-ql.el b/org-ql.el index a01a0e8..acc5935 100644 --- a/org-ql.el +++ b/org-ql.el @@ -1,7 +1,7 @@ ;;; org-ql.el --- Query language for Org buffers -*- lexical-binding: t; -*- ;; Author: Adam Porter -;; Url: http://github.com/alphapapa/org-ql +;; Url: https://github.com/alphapapa/org-ql ;; Version: 0.2-pre ;; Package-Requires: ((emacs "26.1") (dash "2.13") (org "9.0") (s "1.12.0")) ;; Keywords: hypermedia, outlines, Org, agenda @@ -27,7 +27,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 . +;; along with this program. If not, see . ;;; Code: