guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: ffms2: Use canonical home page URI.


From: Tobias Geerinckx-Rice
Subject: 05/08: gnu: ffms2: Use canonical home page URI.
Date: Fri, 26 Jan 2018 11:41:36 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b1eaede03b443e3e87f688d032ed99049f3463f9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jan 26 03:47:51 2018 +0100

    gnu: ffms2: Use canonical home page URI.
    
    * gnu/packages/video.scm (ffms2)[home-page]: Move trailing / from here...
    [source]: ...to here.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 009346a..0524b33 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2513,10 +2513,10 @@ and ITU-T H.222.0.")
   (package
     (name "ffms2")
     (version "2.23")
-    (home-page "https://github.com/FFMS/ffms2/";)
+    (home-page "https://github.com/FFMS/ffms2";)
     (source (origin
               (method url-fetch)
-              (uri (string-append home-page "archive/" version ".tar.gz"))
+              (uri (string-append home-page "/archive/" version ".tar.gz"))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32



reply via email to

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