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

* gnu/packages/admin.scm (audit)[source]: Hard-code name.
master
Tobias Geerinckx-Rice 2018-12-23 10:27:18 +01:00
parent e20796dc7a
commit fe2f01664f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -1864,7 +1864,7 @@ platform-specific methods.")
(version "2.8.4")
(source (origin
(method url-fetch)
(uri (string-append home-page name "-" version ".tar.gz"))
(uri (string-append home-page "audit-" version ".tar.gz"))
(sha256
(base32
"0f4ci6ffznnmgblwgv7ich9mjfk3p6y5l6m6h3chhmzw156nj454"))))