mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: openbox: Update source location.
* gnu/packages/openbox.scm (openbox)[source]: Download from openbox.org.
This commit is contained in:
parent
6582ecee53
commit
daa9a9108d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ (define-public openbox
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://www.icculus.org/openbox/releases/" name "-"
|
||||
"http://openbox.org/dist/openbox/" name "-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue