tools/password: auto-password-store => auth-source-store #480

The package was renamed upstream.
This commit is contained in:
Henrik Lissner 2018-03-25 20:26:01 -04:00
parent 28f221ed9c
commit 74bbefc5fd
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 3 additions and 3 deletions

View file

@ -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))))

View file

@ -3,7 +3,7 @@
(package! pass)
(package! password-store)
(package! auth-password-store)
(package! auth-source-store)
(when (featurep! :completion helm)
(package! helm-pass))