gnu: newt: Update source and home-page URLs.
* gnu/packages/slang.scm (newt)[source]: Update URL. [home-page]: Update URL.
This commit is contained in:
parent
3dd50d974b
commit
65375f74bc
|
@ -82,7 +82,7 @@ slsh, which is part of the S-Lang distribution.")
|
||||||
(version "0.52.18")
|
(version "0.52.18")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://fedorahosted.org/releases/n/e/"
|
(uri (string-append "https://pagure.io/releases/"
|
||||||
name "/" name "-" version ".tar.gz"))
|
name "/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -122,7 +122,7 @@ slsh, which is part of the S-Lang distribution.")
|
||||||
(rename-file (string-append out "/lib/python" ver)
|
(rename-file (string-append out "/lib/python" ver)
|
||||||
(string-append py "/lib/python" ver))
|
(string-append py "/lib/python" ver))
|
||||||
#t))))))
|
#t))))))
|
||||||
(home-page "https://fedorahosted.org/newt/")
|
(home-page "https://pagure.io/newt")
|
||||||
(synopsis "Not Erik's Windowing Toolkit - text mode windowing with slang")
|
(synopsis "Not Erik's Windowing Toolkit - text mode windowing with slang")
|
||||||
(description
|
(description
|
||||||
"Newt is a windowing toolkit for text mode built from the slang library.
|
"Newt is a windowing toolkit for text mode built from the slang library.
|
||||||
|
|
Loading…
Reference in New Issue