diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-11 15:22:20 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-11 15:39:19 +0000 |
commit | 893a31ec20f47b979c1be9fb8b942809228ba4c9 (patch) | |
tree | 1206b1c758300f6360c57a40f2d11697369ad378 | |
parent | a0fc9e38fa7dfa11a19f608e2d1da37495938035 (diff) | |
download | guix-893a31ec20f47b979c1be9fb8b942809228ba4c9.tar.gz |
gnu: rust-rustc-version-0.3: Update home page.
* gnu/packages/crates-io.scm (rust-rustc-version-0.3)[home-page]: Update it.
-rw-r--r-- | gnu/packages/crates-io.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index c56a419821..aa5cdef1e2 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -43997,7 +43997,7 @@ require unstable language features.") `(#:skip-build? #t #:cargo-inputs (("rust-semver" ,rust-semver-0.11)))) - (home-page "https://github.com/Kimundi/rustc-version-rs") + (home-page "https://github.com/djc/rustc-version-rs") (synopsis "Library for querying the version of an installed rustc compiler") (description "This package provides a library for querying the version of an installed |