import: elpa: Standardize warning message.
* guix/import/elpa.scm (melpa-recipe->origin): Standardize warning message.
This commit is contained in:
parent
124b921a5e
commit
25f04945d9
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ the package named PACKAGE-NAME."
|
|||
('gitlab (git-repository->origin recipe (gitlab-repo->url (assq-ref recipe ':repo))))
|
||||
('git (git-repository->origin recipe (assq-ref recipe ':url)))
|
||||
(#f #f) ; if we're not using melpa then this stops us printing a warning
|
||||
(_ (warning (G_ "Unsupported MELPA fetcher: ~a, falling back to unstable MELPA source.~%")
|
||||
(_ (warning (G_ "unsupported MELPA fetcher: ~a, falling back to unstable MELPA source~%")
|
||||
(assq-ref recipe ':fetcher))
|
||||
#f)))
|
||||
|
||||
|
|
Reference in a new issue