xfr: fix meta homepage link

This commit is contained in:
Tom Herbers
2026-04-20 16:45:16 +02:00
parent 8d8538e67e
commit 01b18fcb8d
+1 -1
View File
@@ -42,7 +42,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Modern iperf3 alternative with a live TUI, multi-client server, and QUIC support.";
mainProgram = "xfr";
homepage = "https://github.com/lance0/xfs";
homepage = "https://github.com/lance0/xfr";
changelog = "https://github.com/lance0/xfr/releases/tag/v${finalAttrs.version}";
maintainers = with lib.maintainers; [
_0x4A6F