From 51c28379d64ab361473964f8f634224f0dfb24c1 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Fri, 14 Mar 2025 17:11:57 -0400 Subject: [PATCH] gnu: video-contact-sheet: Update URLs. * gnu/packages/video.scm (video-contact-sheet)[source, home-page]: Update URLs. Change-Id: I7db8b6afd189081673e47ed05d57daba0d5b3464 --- gnu/packages/video.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 7ee9659d31a0defb5f7e5f70b756e40aae5e44a8..163d27d9e9371862e3fc1525cccbf9a910a7fc1b 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -6788,8 +6788,9 @@ elementary stream are provided.") (version "1.13.4") (source (origin (method url-fetch) - (uri (string-append "http://p.outlyer.net/vcs/files/vcs-" version - ".tar.gz")) + (uri (string-append "https://github.com/outlyer-net/" + "video-contact-sheet/releases/download/" + version "/vcs-" version ".tar.gz")) (sha256 (base32 "0jsl93r0rnybjcipqbww5hwsr9ln6kz1qnf32qfxdvhfw52n27fw")))) @@ -6819,7 +6820,7 @@ create video contact sheets (previews) of videos. Any video supported by MPlayer and FFmpeg can be used. A note of warning: Unlike most similar tools VCS, by default, makes screenshots the same size as the video, see the manual for details on how to change this.") - (home-page "https://p.outlyer.net/vcs/") + (home-page "https://github.com/outlyer-net/video-contact-sheet") (license license:lgpl2.1+))) (define-public svtplay-dl