go2tv-lite: fix meta.mainProgram (#389739)

This commit is contained in:
Wolfgang Walther
2025-03-16 15:39:39 +00:00
committed by GitHub
+1 -1
View File
@@ -63,6 +63,6 @@ buildGoModule rec {
changelog = "https://github.com/alexballas/go2tv/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ gdamjan ];
mainProgram = "go2tv";
mainProgram = pname;
};
}