gnu: avidemux: Don't use NAME in source URI.

* gnu/packages/video.scm (avidemux)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-03-11 01:10:53 +01:00
parent 129294e748
commit 7d3ac6c08e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1820,8 +1820,8 @@ for use with HTML5 video.")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://sourceforge/" name "/" name "/" version "/"
name "_" version ".tar.gz"))
"mirror://sourceforge/avidemux/avidemux/" version "/"
"avidemux_" version ".tar.gz"))
(sha256
(base32
"15g9h791qbnmycabbbl7s2b3n3xpvygm88qrfk35g2cw6957ik9w"))