mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: pumpa: Update upsream URL.
Fixes <http://issues.guix.gnu.org/issue/52257>. * gnu/packages/pumio.scm (pumpa)[source]: Replace pumpa origin. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a80f006285
commit
7b743d4f68
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ (define-public pumpa
|
|||
(source (origin
|
||||
(method git-fetch) ; no source tarballs
|
||||
(uri (git-reference
|
||||
(url "git://pumpa.branchable.com/")
|
||||
(url "https://source.pumpa.branchable.com/")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue