guix-commits
[Top][All Lists]
Advanced

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

branch master updated: website/data: Update video URLs.


From: Ricardo Wurmus
Subject: branch master updated: website/data: Update video URLs.
Date: Sat, 28 Mar 2020 11:15:41 -0400

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

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

The following commit(s) were added to refs/heads/master by this push:
     new f5556ae  website/data: Update video URLs.
f5556ae is described below

commit f5556aef773fabffc12638f103e433e225984e61
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sat Mar 28 16:14:42 2020 +0100

    website/data: Update video URLs.
    
    * website/apps/media/data.scm (playlists): Use new videos on guix.gnu.org.
---
 website/apps/media/data.scm | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/website/apps/media/data.scm b/website/apps/media/data.scm
index 6024d56..623293f 100644
--- a/website/apps/media/data.scm
+++ b/website/apps/media/data.scm
@@ -25,56 +25,56 @@
      #:description
      '(p "Explains how to install Guix on distributions not running
 GNU Guix.")
-     #:url 
"https://archive.org/download/guix-videos/01-installation-from-script.webm";
+     #:url "https://guix.gnu.org/guix-videos/01-installation-from-script.webm";
      #:poster (guix-url "static/videos/img/installation-from-script.png")
-     #:last-updated (string->date "2019-10-25T20:00:00" "~Y-~m-~dT~H:~M:~S")))
+     #:last-updated (string->date "2020-03-28T16:00:00" "~Y-~m-~dT~H:~M:~S")))
    (list
     (video
      #:title "Everyday use of GNU Guix, Part One"
      #:description
      '(p "How to install packages and how to manage software package
 generations.")
-     #:url 
"https://archive.org/download/guix-videos/02-everyday-use-part-one.webm";
+     #:url "https://guix.gnu.org/guix-videos/02-everyday-use-part-one.webm";
      #:poster (guix-url "static/videos/img/everyday-use-01.png")
-     #:last-updated (string->date "2019-10-25T20:00:00" "~Y-~m-~dT~H:~M:~S"))
+     #:last-updated (string->date "2020-03-28T16:00:00" "~Y-~m-~dT~H:~M:~S"))
     (video
      #:title "Everyday use of GNU Guix, Part Two"
      #:description
      '(p "How to upgrade software and how to reclaim storage space.")
-     #:url 
"https://archive.org/download/guix-videos/02-everyday-use-part-two.webm";
+     #:url "https://guix.gnu.org/guix-videos/02-everyday-use-part-two.webm";
      #:poster (guix-url "static/videos/img/everyday-use-02.png")
-     #:last-updated (string->date "2019-10-25T20:00:00" "~Y-~m-~dT~H:~M:~S")))
+     #:last-updated (string->date "2020-03-28T16:00:00" "~Y-~m-~dT~H:~M:~S")))
    (list
     (video
      #:title "Asking for help"
      #:description
      '(p "How to get help from the Guix community.")
-     #:url "https://archive.org/download/guix-videos/03-help-new-version.webm";
+     #:url "https://guix.gnu.org/guix-videos/03-help.webm";
      #:poster (guix-url "static/videos/img/help.png")
-     #:last-updated (string->date "2019-10-25T20:00:00" "~Y-~m-~dT~H:~M:~S")))
+     #:last-updated (string->date "2020-03-28T16:00:00" "~Y-~m-~dT~H:~M:~S")))
    (list
     (video
      #:title "Packaging, Part One"
      #:description
      '(p "How to set up a development environment for GNU Guix.")
-     #:url 
"https://archive.org/download/guix-videos/04-packaging-part-one.webm";
+     #:url "https://guix.gnu.org/guix-videos/04-packaging-part-one.webm";
      #:poster (guix-url "static/videos/img/packaging-01.png")
-     #:last-updated (string->date "2019-10-25T20:00:00" "~Y-~m-~dT~H:~M:~S"))
+     #:last-updated (string->date "2020-03-28T16:00:00" "~Y-~m-~dT~H:~M:~S"))
                 (video
      #:title "Packaging, Part Two"
      #:description
      '(p "How to create a package recipe for not yet packaged software.")
-     #:url 
"https://archive.org/download/guix-videos/04-packaging-part-two.webm";
+     #:url "https://guix.gnu.org/guix-videos/04-packaging-part-two.webm";
      #:poster (guix-url "static/videos/img/packaging-02.png")
-     #:last-updated (string->date "2019-10-25T20:00:00" "~Y-~m-~dT~H:~M:~S"))
+     #:last-updated (string->date "2020-03-28T16:00:00" "~Y-~m-~dT~H:~M:~S"))
                     (video
      #:title "Packaging, Part Three"
      #:description
      '(p "How to submit a package for inclusion in the GNU Guix
 distribution.")
-     #:url 
"https://archive.org/download/guix-videos/04-packaging-part-three.webm";
+     #:url "https://guix.gnu.org/guix-videos/04-packaging-part-three.webm";
      #:poster (guix-url "static/videos/img/packaging-03.png")
-     #:last-updated (string->date "2019-10-25T20:00:00" 
"~Y-~m-~dT~H:~M:~S")))))
+     #:last-updated (string->date "2020-03-28T16:00:00" 
"~Y-~m-~dT~H:~M:~S")))))
 
 
 (define screenshots



reply via email to

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