Unverified Commit d1a42e97 authored by zowoq's avatar zowoq Committed by GitHub
Browse files

Merge pull request #275214 from linsui/rustc

rust: set sourceProvenance for bootstrap binary
parents 32ea06b2 e25b2d4e
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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 ];
    };