]> rtime.felk.cvut.cz Git - notmuch.git/blobdiff - emacs/notmuch-company.el
Use https instead of http where possible
[notmuch.git] / emacs / notmuch-company.el
index add3161b790d6a490c7994ad0c1aad2632d803e8..0619c7ef739951c6618b67c47c565bc457b754dd 100644 (file)
@@ -1,4 +1,4 @@
-;; notmuch-company.el --- Mail address completion for notmuch via company-mode  -*- lexical-binding: t -*-
+;;; notmuch-company.el --- Mail address completion for notmuch via company-mode  -*- lexical-binding: t -*-
 
 ;; Authors: Trevor Jim <tjim@mac.com>
 ;;         Michal Sojka <sojkam1@fel.cvut.cz>
@@ -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:
 
@@ -84,3 +84,5 @@
 
 
 (provide 'notmuch-company)
+
+;;; notmuch-company.el ends here