summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-24 23:18:52 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-24 23:20:06 +0200
commit03113e313eb605dbd87ebf277109dd86462bca9e (patch)
treeba4ab0c8a02f94ff4a1aab563fffc5251a901e30 /gnu
parent14c630bbb43ba513e7c102626f65fc687e9b5d77 (diff)
downloadpatches-03113e313eb605dbd87ebf277109dd86462bca9e.tar
patches-03113e313eb605dbd87ebf277109dd86462bca9e.tar.gz
gnu: psmisc: Update source URI.
* gnu/packages/linux.scm (psmisc)[source]: Update URI.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3f2ab74368..1249cc5820 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1019,7 +1019,7 @@ at login. Local and dynamic reconfiguration are its key features.")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://sourceforge/psmisc/psmisc devel/psmisc-"
+ (uri (string-append "mirror://sourceforge/psmisc/psmisc/psmisc-"
version ".tar.xz"))
(sha256
(base32 "103qp3f8jvz07x8r8zgsqwyw84g5g92w6pdq97d78d1pr7yvyz2b"))))