From dfc26101d0bb4ef5e42edbbb7f4b134eee07d649 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Tue, 11 Mar 2025 16:53:24 +0100 Subject: [PATCH] List self as maintainer This is for the purpose of receiving elpa.git build failure emails. * dash.el: Add Maintainer header with self. Replace deprecated Homepage header with URL. --- dash.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dash.el b/dash.el index 04cd623..76a46c8 100644 --- a/dash.el +++ b/dash.el @@ -3,10 +3,11 @@ ;; Copyright (C) 2012-2024 Free Software Foundation, Inc. ;; Author: Magnar Sveen +;; Maintainer: Basil L. Contovounesios ;; Version: 2.19.1 ;; Package-Requires: ((emacs "24")) ;; Keywords: extensions, lisp -;; Homepage: https://github.com/magnars/dash.el +;; URL: https://github.com/magnars/dash.el ;; 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