1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

import: crate: Change updater name from "crates" to "crate".

* guix/import/crate.scm (%crate-updater): Change name to `crate', so it is on
par with the importer, and the manual.
This commit is contained in:
Nicolas Goaziou
2020-12-23 10:34:39 +01:00
parent 9f813f2505
commit 5420db323f

View File

@@ -358,7 +358,7 @@ look up the development dependencs for the given crate."
(define %crate-updater
(upstream-updater
(name 'crates)
(name 'crate)
(description "Updater for crates.io packages")
(pred crate-package?)
(latest latest-release)))