Commit c8c3423a authored by Parker Lougheed's avatar Parker Lougheed Committed by Anderson Torres
Browse files

dart: update homepage link

Dart for the past few years has used https://dart.dev rather than https://dartlang.org. This change updates the Dart package's homepage link to the new dart.dev version.
parent 566a1ef7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
  };

  meta = with lib; {
    homepage = "https://www.dartlang.org/";
    homepage = "https://dart.dev";
    maintainers = with maintainers; [ grburst ];
    description = "Scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps";
    longDescription = ''