branch: elpa/helm
commit 445abe9b4b157c60224075c34b07ae6f421b6b1a
Author: Stefan Monnier <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Add author email address in helm-core and helm
This to fix a building error on NonGnu elpa.
---
helm-core.el | 2 +-
helm.el | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/helm-core.el b/helm-core.el
index ef43732b38..557fc186f2 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -2,7 +2,7 @@
;; Copyright (C) 2022 Thierry Volpiatto
-;; Author: Thierry Volpiatto
+;; Author: Thierry Volpiatto <[email protected]>
;; URL: https://emacs-helm.github.io/helm/
;; Version: 3.8.6
;; Package-Requires: ((emacs "25.1") (async "1.9.4"))
diff --git a/helm.el b/helm.el
index dfc2402cad..94c90dfa25 100644
--- a/helm.el
+++ b/helm.el
@@ -8,9 +8,9 @@
;; Authors of anything.el: Tamas Patrovics
;; rubikitch <[email protected]>
-;; Thierry Volpiatto
+;; Thierry Volpiatto
-;; Author: Thierry Volpiatto
+;; Author: Thierry Volpiatto <[email protected]>
;; Version: 3.8.6
;; URL: https://emacs-helm.github.io/helm/
;; Package-Requires: ((helm-core "3.8.4") (popup "0.5.3"))