branch: elpa/datetime commit 6a252bbe9ca50c93c8279b329d126aa98d2ad469 Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Use MELPA instead of explicitly specifying MELPA Stable. --- Eldev | 4 +++- datetime.el | 2 +- test/base.el | 2 +- test/format.el | 2 +- test/parse.el | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Eldev b/Eldev index e2f63a3813..eefb693929 100644 --- a/Eldev +++ b/Eldev @@ -1,6 +1,8 @@ ; -*- mode: emacs-lisp; lexical-binding: t -*- -(eldev-use-package-archive 'melpa-stable) +(eldev-require-version "0.5") + +(eldev-use-package-archive 'melpa) (push "/*.extmap" eldev-files-to-package) diff --git a/datetime.el b/datetime.el index 202cf4803f..c4fe1cd3e1 100644 --- a/datetime.el +++ b/datetime.el @@ -1,6 +1,6 @@ ;;; datetime.el --- Parsing, formatting and matching timestamps -*- lexical-binding: t -*- -;; Copyright (C) 2016-2020 Paul Pogonyshev +;; Copyright (C) 2016-2021 Paul Pogonyshev ;; Author: Paul Pogonyshev <pogonys...@gmail.com> ;; Maintainer: Paul Pogonyshev <pogonys...@gmail.com> diff --git a/test/base.el b/test/base.el index 269341cc9e..543afda10d 100644 --- a/test/base.el +++ b/test/base.el @@ -1,6 +1,6 @@ ;;; -*- lexical-binding: t -*- -;; Copyright (C) 2018-2020 Paul Pogonyshev +;; Copyright (C) 2018-2021 Paul Pogonyshev ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as diff --git a/test/format.el b/test/format.el index 0d9e5aa880..60e064d98f 100644 --- a/test/format.el +++ b/test/format.el @@ -1,6 +1,6 @@ ;;; -*- lexical-binding: t -*- -;; Copyright (C) 2018-2020 Paul Pogonyshev +;; Copyright (C) 2018-2021 Paul Pogonyshev ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as diff --git a/test/parse.el b/test/parse.el index 9a0d589b6a..79a5bfaa8f 100644 --- a/test/parse.el +++ b/test/parse.el @@ -1,6 +1,6 @@ ;;; -*- lexical-binding: t -*- -;; Copyright (C) 2018-2020 Paul Pogonyshev +;; Copyright (C) 2018-2021 Paul Pogonyshev ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as