password-gen.el/Eask
Lucien Cartier-Tilet 4a22d8f7c0
All checks were successful
CI / build (26.3) (push) Successful in 1m55s
CI / build (27.2) (push) Successful in 2m11s
CI / build (28.2) (push) Successful in 1m53s
CI / build (29.1) (push) Successful in 1m44s
CI / build (snapshot) (push) Successful in 1m34s
ci: make tests happy
2024-02-08 05:16:36 +01:00

17 lines
348 B
Plaintext

(package "password-gen"
"0.1.0"
"Simple password generator")
(website-url "https://labs.phundrak.com/phundrak/password-gen.el")
(keywords "convenience")
(package-file "password-gen.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source "gnu")
(depends-on "emacs" "26.1")
(depends-on "transient" "0.5.3")