deno: Update homepage URL

This commit is contained in:
Mynacol
2026-05-04 09:21:28 +02:00
parent 5ca96a0345
commit de67f8f4e8
+1 -1
View File
@@ -248,7 +248,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
};
meta = {
homepage = "https://deno.land/";
homepage = "https://deno.com/";
changelog = "https://github.com/denoland/deno/releases/tag/v${finalAttrs.version}";
description = "Secure runtime for JavaScript and TypeScript";
longDescription = ''