import: elpa: Standardize warning message.

* guix/import/elpa.scm (melpa-recipe->origin): Standardize warning
message.
This commit is contained in:
Ludovic Courtès 2023-05-04 12:33:04 +02:00
parent 124b921a5e
commit 25f04945d9
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -268,7 +268,7 @@ (define (gitlab-repo->url repo)
('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)))