mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: ffms2: Use canonical home page URI.
* gnu/packages/video.scm (ffms2)[home-page]: Move trailing / from here... [source]: ...to here.
This commit is contained in:
parent
5eaa7bb077
commit
b1eaede03b
1 changed files with 2 additions and 2 deletions
|
@ -2513,10 +2513,10 @@ (define-public ffms2
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue