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:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user