ucc: add homepage

This commit is contained in:
jopejoe1 2025-03-25 11:20:28 +01:00
parent 2c03136451
commit f789e80ec2

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 ];