tsx: update homepage

This commit is contained in:
HigherOrderLogic
2026-07-10 11:35:01 +00:00
parent 220ea10b4b
commit 06081dce27
+1 -1
View File
@@ -106,7 +106,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "TypeScript Execute (tsx): The easiest way to run TypeScript in Node.js";
homepage = "https://tsx.is";
homepage = "https://tsx.hirok.io/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
sdedovic