tools/password: auto-password-store => auth-source-store #480
The package was renamed upstream.
This commit is contained in:
parent
28f221ed9c
commit
74bbefc5fd
2 changed files with 3 additions and 3 deletions
|
@ -39,5 +39,5 @@
|
|||
(when (featurep! +auth)
|
||||
(if (require 'auth-store-pass nil t)
|
||||
(auth-source-pass-enable)
|
||||
(def-package! auth-password-store
|
||||
:config (auth-pass-enable))))
|
||||
(def-package! auth-source-store
|
||||
:config (auth-source-pass-enable))))
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
(package! pass)
|
||||
(package! password-store)
|
||||
(package! auth-password-store)
|
||||
(package! auth-source-store)
|
||||
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-pass))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue