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

rustc: link to https homepage

parent 4d8e7dfe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ 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 ];