guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: import: crate: Change updater name from "crates"


From: guix-commits
Subject: branch master updated: import: crate: Change updater name from "crates" to "crate".
Date: Wed, 23 Dec 2020 04:35:56 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5420db3  import: crate: Change updater name from "crates" to "crate".
5420db3 is described below

commit 5420db323fddf69dd1e2e393fb970d579d31c000
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Dec 23 10:34:39 2020 +0100

    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.
---
 guix/import/crate.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/import/crate.scm b/guix/import/crate.scm
index c10c0d5..aee1b01 100644
--- a/guix/import/crate.scm
+++ b/guix/import/crate.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]