mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: dstat: Update source uri.
* gnu/packages/admin.scm (dstat)[source]: Update to new source URI.
This commit is contained in:
parent
7a67a45fa6
commit
e620447fe4
1 changed files with 1 additions and 1 deletions
|
@ -2683,7 +2683,7 @@ (define-public dstat
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/dagwieers/dstat")
|
||||
(url "https://github.com/dstat-real/dstat")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "dstat" version))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue