guix-commits
[Top][All Lists]
Advanced

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

branch master updated: website: download: Use "images" specification.


From: Mathieu Othacehe
Subject: branch master updated: website: download: Use "images" specification.
Date: Sun, 11 Apr 2021 12:47:08 -0400

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

mothacehe pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new c1438b5  website: download: Use "images" specification.
c1438b5 is described below

commit c1438b569540b116d1485e3313159caffc471e85
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Apr 11 18:46:31 2021 +0200

    website: download: Use "images" specification.
    
    * website/apps/download/templates/download-latest.scm (default-spec): Use 
the
    "images" specification.
---
 website/apps/download/templates/download-latest.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/apps/download/templates/download-latest.scm 
b/website/apps/download/templates/download-latest.scm
index 65d4a29..ea2640b 100644
--- a/website/apps/download/templates/download-latest.scm
+++ b/website/apps/download/templates/download-latest.scm
@@ -31,7 +31,7 @@
   #:export (download-latest-t))
 
 (define ci-url "https://ci.guix.gnu.org";)
-(define default-spec "guix-master")
+(define default-spec "images")
 (define default-system "x86_64-linux")
 
 (define-record-type <image>



reply via email to

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