about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2023-12-25 20:51:26 +0100
committerGitHub <noreply@github.com>2023-12-25 20:51:26 +0100
commit4d8e7dfe21c179fa03661927c79a3f4b79c79daf (patch)
tree57be4129f7138a78c3baf2266c8575683a123d3f /pkgs/development/compilers
parent49db25dccbba28ff7e10089aa4e782b7fa9da7c9 (diff)
cargo: fix description and homepage
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/rust/binary.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/rust/binary.nix b/pkgs/development/compilers/rust/binary.nix
index a4a82a3d619cf..8fdc046a98e37 100644
--- a/pkgs/development/compilers/rust/binary.nix
+++ b/pkgs/development/compilers/rust/binary.nix
@@ -71,9 +71,9 @@ rec {
     inherit src;
 
     meta = with lib; {
-      homepage = "http://www.rust-lang.org/";
+      homepage = "https://doc.rust-lang.org/cargo/";
       sourceProvenance = with sourceTypes; [ binaryNativeCode ];
-      description = "A safe, concurrent, practical language";
+      description = "The Rust package manager";
       maintainers = with maintainers; [ qknight ];
       license = [ licenses.mit licenses.asl20 ];
     };