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.
This commit is contained in:
Parker Lougheed
2023-10-25 19:48:33 -03:00
committed by Anderson Torres
parent 566a1ef74b
commit c8c3423a38
+1 -1
View File
@@ -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 = ''