ucc: add homepage

This commit is contained in:
jopejoe1
2025-03-26 20:44:12 +01:00
parent 2c03136451
commit f789e80ec2
+1
View File
@@ -112,6 +112,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "Collective communication operations API";
homepage = "https://openucx.github.io/ucc/";
mainProgram = "ucc_info";
license = licenses.bsd3;
maintainers = [ maintainers.markuskowa ];