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>master
parent
a80f006285
commit
7b743d4f68
|
@ -35,7 +35,7 @@
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch) ; no source tarballs
|
(method git-fetch) ; no source tarballs
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "git://pumpa.branchable.com/")
|
(url "https://source.pumpa.branchable.com/")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in New Issue