mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: catcodec: Use HTTPS home page URI.
* gnu/packages/game-development.scm (catcodec)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
f41f882272
commit
2798d5b584
1 changed files with 2 additions and 3 deletions
|
@ -256,15 +256,14 @@ necessary.
|
||||||
(uri (string-append "https://binaries.openttd.org/extra/catcodec/"
|
(uri (string-append "https://binaries.openttd.org/extra/catcodec/"
|
||||||
version "/catcodec-" version "-source.tar.xz"))
|
version "/catcodec-" version "-source.tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1qg0c2i4p29sxj0q6qp2jynlrzm5pphz2xhcjqlxa69ycrnlxzs7"))))
|
||||||
"1qg0c2i4p29sxj0q6qp2jynlrzm5pphz2xhcjqlxa69ycrnlxzs7"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
#:make-flags (list (string-append "prefix=" %output))
|
#:make-flags (list (string-append "prefix=" %output))
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(home-page "http://dev.openttdcoop.org/projects/catcodec")
|
(home-page "https://dev.openttdcoop.org/projects/catcodec")
|
||||||
(synopsis "Encode/decode OpenTTD sounds")
|
(synopsis "Encode/decode OpenTTD sounds")
|
||||||
(description "catcodec encodes and decodes sounds for OpenTTD. These
|
(description "catcodec encodes and decodes sounds for OpenTTD. These
|
||||||
sounds are not much more than some metadata (description and filename) and raw
|
sounds are not much more than some metadata (description and filename) and raw
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue