Skip to content

Commit

Permalink
[FIX] Bad Package-Requires
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyWeeUsr committed Dec 6, 2024
1 parent 6576815 commit bc1b533
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Eldev
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Uncomment some calls below as needed for your project.
;(eldev-use-package-archive 'gnu-elpa)
;(eldev-use-package-archive 'nongnu-elpa)
;(eldev-use-package-archive 'melpa)
(eldev-use-package-archive 'melpa)

(eldev-use-plugin 'autoloads)
(eldev-use-plugin 'undercover)
Expand Down
4 changes: 2 additions & 2 deletions mermaid-docker-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

;; Author: Peter Badida <[email protected]>
;; Keywords: convenience, docker, mermaid, mmd, graph, design, jpg, image, api
;; Version: 2.0.1
;; Package-Requires: ((emacs "26.1") (mermaid-mode "1.0"))
;; Version: 2.0.2
;; Package-Requires: ((emacs "26.1") (mermaid-mode))
;; Homepage: https://github.com/KeyWeeUsr/mermaid-docker-mode

;; This program is free software; you can redistribute it and/or modify
Expand Down

0 comments on commit bc1b533

Please sign in to comment.