mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
correcting caddy-dirty
This commit is contained in:
commit
5969237289
1 changed files with 2 additions and 7 deletions
|
@ -22,8 +22,8 @@
|
|||
(version "2.8.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/caddyserver/caddy/releases/download/v" version "/caddy_" version "_freebsd_amd64.tar.gz"))
|
||||
(sha256 (base32 "0wqppxia2zpzh7n8x58wzrvr3myznmyq890h90ddndym30qdj83w"))))
|
||||
(uri (string-append "https://github.com/caddyserver/caddy/releases/download/v" version "/caddy_" version "_linux_amd64.tar.gz"))
|
||||
(sha256 (base32 "1j286xfxcrzvgn4k02nnq7n45wdsyz5c0phw6y7gi30kain31s57"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan `(("caddy" "/sbin/"))))
|
||||
|
@ -32,7 +32,6 @@
|
|||
(home-page "https://github.com/caddyserver/caddy")
|
||||
(license license:expat)))
|
||||
|
||||
|
||||
(define-public go-github-com-akavel-rsrc
|
||||
(package
|
||||
(name "go-github-com-akavel-rsrc")
|
||||
|
@ -107,7 +106,3 @@ Information and an optional icon.")
|
|||
"This command line tool and associated Go package makes it easy to make custom
|
||||
builds of the @@url{https://github.com/caddyserver/caddy,Caddy Web Server}.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public xcaddy go-github-com-caddyserver-xcaddy)
|
||||
|
||||
xcaddy
|
||||
|
|
Loading…
Add table
Reference in a new issue