2024-02-08 02:52:30 +00:00
|
|
|
(package "password-gen"
|
|
|
|
"0.1.0"
|
2024-02-08 04:16:36 +00:00
|
|
|
"Simple password generator")
|
2024-02-08 02:52:30 +00:00
|
|
|
|
|
|
|
(website-url "https://labs.phundrak.com/phundrak/password-gen.el")
|
2024-02-08 04:06:49 +00:00
|
|
|
(keywords "convenience")
|
2024-02-08 02:52:30 +00:00
|
|
|
|
|
|
|
(package-file "password-gen.el")
|
|
|
|
|
|
|
|
(script "test" "echo \"Error: no test specified\" && exit 1")
|
|
|
|
|
|
|
|
(source "gnu")
|
|
|
|
|
|
|
|
(depends-on "emacs" "26.1")
|
2024-02-08 04:16:36 +00:00
|
|
|
|
|
|
|
(depends-on "transient" "0.5.3")
|