Fix spacelpa public key file name

This fixes the issue that users have to import the public key manually
to pass spacelpa archive verification. See #12652
This commit is contained in:
Mihaly Barasz 2020-07-01 16:48:15 +02:00 committed by Maximilian Wolff
parent 660ea402ad
commit 0f7693c4d5
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ the .lock file at the root of the repository.")
"Remote location of the signature file for the ELPA stable directory")
(defconst configuration-layer--stable-elpa-gpg-keyring
(expand-file-name (concat spacemacs-core-directory "gnupg/spacemacs.pub"))
(expand-file-name (concat spacemacs-core-directory "gnupg/spacemacs.gpg"))
"Absolute path to public GPG key used to signed the ELPA stable repository
tarballs.")