Unverified Commit 4d8e7dfe authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

cargo: fix description and homepage

parent 49db25dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];
    };