diff --git a/modules/tools/password-store/config.el b/modules/tools/password-store/config.el index 52912280a..63c6eafdd 100644 --- a/modules/tools/password-store/config.el +++ b/modules/tools/password-store/config.el @@ -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)))) diff --git a/modules/tools/password-store/packages.el b/modules/tools/password-store/packages.el index fe97395c3..dd57994a1 100644 --- a/modules/tools/password-store/packages.el +++ b/modules/tools/password-store/packages.el @@ -3,7 +3,7 @@ (package! pass) (package! password-store) -(package! auth-password-store) +(package! auth-source-store) (when (featurep! :completion helm) (package! helm-pass))