mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: irssi: Update source URL.
* gnu/packages/irssi.scm (irssi)[source]: Update URL.
This commit is contained in:
parent
85d42329b3
commit
c1ff0f2fed
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ (define-public irssi
|
|||
(version "0.8.17")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.irssi.org/files/irssi-"
|
||||
(uri (string-append "https://github.com/irssi-import/irssi/"
|
||||
"releases/download/0.8.17/irssi-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue