about summary refs log tree commit diff
path: root/pkgs/development/compilers/rust
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-12-26 00:02:12 +0000
committerGitHub <noreply@github.com>2023-12-26 00:02:12 +0000
commit24a900e5575557719979223ac54b24dc2e176d08 (patch)
treef45551c6e5240746ec8570e38888b25e3757d14f /pkgs/development/compilers/rust
parentf6ece27ed4a1984d636c433544524a716eb8ebab (diff)
parent904b22f4024a67b196eda237e8b7cdd2fd4fe7ee (diff)
downloadnixlib-24a900e5575557719979223ac54b24dc2e176d08.tar
nixlib-24a900e5575557719979223ac54b24dc2e176d08.tar.gz
nixlib-24a900e5575557719979223ac54b24dc2e176d08.tar.bz2
nixlib-24a900e5575557719979223ac54b24dc2e176d08.tar.lz
nixlib-24a900e5575557719979223ac54b24dc2e176d08.tar.xz
nixlib-24a900e5575557719979223ac54b24dc2e176d08.tar.zst
nixlib-24a900e5575557719979223ac54b24dc2e176d08.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/compilers/rust')
-rw-r--r--pkgs/development/compilers/rust/binary.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/development/compilers/rust/binary.nix b/pkgs/development/compilers/rust/binary.nix
index efef07aba4c6..c546e278e7fa 100644
--- a/pkgs/development/compilers/rust/binary.nix
+++ b/pkgs/development/compilers/rust/binary.nix
@@ -26,7 +26,8 @@ rec {
     inherit src;
 
     meta = with lib; {
-      homepage = "http://www.rust-lang.org/";
+      homepage = "https://www.rust-lang.org/";
+      sourceProvenance = with sourceTypes; [ binaryNativeCode ];
       description = "A safe, concurrent, practical language";
       maintainers = with maintainers; [ qknight ];
       license = [ licenses.mit licenses.asl20 ];
@@ -70,8 +71,9 @@ rec {
     inherit src;
 
     meta = with lib; {
-      homepage = "http://www.rust-lang.org/";
-      description = "A safe, concurrent, practical language";
+      homepage = "https://doc.rust-lang.org/cargo/";
+      sourceProvenance = with sourceTypes; [ binaryNativeCode ];
+      description = "The Rust package manager";
       maintainers = with maintainers; [ qknight ];
       license = [ licenses.mit licenses.asl20 ];
     };