From ec9850f3d51aaf672175b2286bdbb21e7b08d80b Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 19 Nov 2018 10:48:12 +0100 Subject: [PATCH] Address package-lint warnings and errors --- alert-termux.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/alert-termux.el b/alert-termux.el index 63ecb74..a375eaa 100644 --- a/alert-termux.el +++ b/alert-termux.el @@ -1,11 +1,12 @@ -;;; alert-termux --- alert.el notifications on Termux -*- lexical-binding: t; -*- +;;; alert-termux.el --- alert.el notifications on Termux -*- lexical-binding: t; -*- ;; Copyright (C) 2018 Gergely Polonkai ;; Author: Gergely Polonkai -;; Keywords: termux, alert, notification +;; Keywords: terminals ;; Version: 1.0 ;; Package-Requires: ((emacs "24.4")) +;; URL: https://github.com/gergelypolonkai/termux-alert ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by