me
/
guix
Archived
1
0
Fork 0

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.
master
Nicolas Goaziou 2020-12-23 10:34:39 +01:00
parent 9f813f2505
commit 5420db323f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

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)))