Skip to content

Commit

Permalink
Merge pull request #220 from jcs-PR/fix/pkg-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuco1 authored Jun 21, 2023
2 parents 2aa912d + 84691be commit f719e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elsa-pkg.el
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
;;; Generated package description from elsa.el -*- no-byte-compile: t -*-
(define-package "elsa" "0.1.0" "Emacs Lisp Static Analyser" '((emacs "25.1") (trinary "0") (f "0") (dash "2.14") (cl-lib "0.3") (lsp-mode "0")) :authors '(("Matúš Goljer" . "[email protected]")) :maintainer '("Matúš Goljer" . "[email protected]") :keywords '("languages" "lisp"))
(define-package "elsa" "0.1.0" "Emacs Lisp Static Analyser" '((emacs "26.1") (trinary "0") (f "0") (dash "2.14") (cl-lib "0.3") (lsp-mode "0") (ansi "0") (async "1.9.7") (lgr "0.1.0")) :authors '(("Matúš Goljer" . "[email protected]")) :maintainer '("Matúš Goljer" . "[email protected]") :keywords '("languages" "lisp") :url "https://github.com/emacs-elsa/Elsa")

0 comments on commit f719e24

Please sign in to comment.