diff options
author | Leo Famulari <leo@famulari.name> | 2016-10-11 12:05:05 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-10-11 12:06:11 -0400 |
commit | 6667ee3a7a6978e3404c1238aec9c7e971314451 (patch) | |
tree | 2fa97aab428129eda41a27f2c8e4c436a309716f /gnu | |
parent | b4f91d0eda9d7296597524af0728ebef6fff1804 (diff) |
gnu: newt: Update source and home-page URLs.
* gnu/packages/slang.scm (newt)[source]: Update URL.
[home-page]: Update URL.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/slang.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/slang.scm b/gnu/packages/slang.scm index 24ec71ed3e..953291be26 100644 --- a/gnu/packages/slang.scm +++ b/gnu/packages/slang.scm @@ -82,7 +82,7 @@ slsh, which is part of the S-Lang distribution.") (version "0.52.18") (source (origin (method url-fetch) - (uri (string-append "https://fedorahosted.org/releases/n/e/" + (uri (string-append "https://pagure.io/releases/" name "/" name "-" version ".tar.gz")) (sha256 (base32 @@ -122,7 +122,7 @@ slsh, which is part of the S-Lang distribution.") (rename-file (string-append out "/lib/python" ver) (string-append py "/lib/python" ver)) #t)))))) - (home-page "https://fedorahosted.org/newt/") + (home-page "https://pagure.io/newt") (synopsis "Not Erik's Windowing Toolkit - text mode windowing with slang") (description "Newt is a windowing toolkit for text mode built from the slang library. |