branch: externals/window-commander commit e774ead9082791598d6fa14f2b51eff4281b6c70 Author: Daniel Semyonov <dan...@dsemy.com> Commit: Daniel Semyonov <dan...@dsemy.com>
; Update mail address --- README | 2 +- swsw-pkg.el | 4 ++-- swsw.el | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index e812fdd5ab..343db882b3 100644 --- a/README +++ b/README @@ -61,5 +61,5 @@ For more information see the (swsw) info node. Copyright: -Copyright © 2020-2021 Daniel Semyonov <cm...@dsemy.com> +Copyright © 2020-2021 Daniel Semyonov <dan...@dsemy.com> Licensed under GPLv3 or later. diff --git a/swsw-pkg.el b/swsw-pkg.el index 4b34e11174..aca1ae511d 100644 --- a/swsw-pkg.el +++ b/swsw-pkg.el @@ -1,8 +1,8 @@ (define-package "swsw" "2.0.2" "Simple window switching" '((emacs "26.1")) :keywords ("convenience") - :authors (("Daniel Semyonov" . "cm...@dsemy.com")) - :maintainer ("Daniel Semyonov" . "cm...@dsemy.com") + :authors (("Daniel Semyonov" . "dan...@dsemy.com")) + :maintainer ("Daniel Semyonov" . "dan...@dsemy.com") :url "https://dsemy.com/software/swsw") ;; Local Variables: ;; no-byte-compile: t diff --git a/swsw.el b/swsw.el index 8f2e22f4f9..4700f68e5d 100644 --- a/swsw.el +++ b/swsw.el @@ -2,8 +2,8 @@ ;; Copyright (C) 2020-2021 Daniel Semyonov -;; Author: Daniel Semyonov <cm...@dsemy.com> -;; Maintainer: Daniel Semyonov <cm...@dsemy.com> +;; Author: Daniel Semyonov <dan...@dsemy.com> +;; Maintainer: Daniel Semyonov <dan...@dsemy.com> ;; Version: 2.0.2 ;; Package-Requires: ((emacs "26.1")) ;; Keywords: convenience