diff --git a/syndicate-rs/default.nix b/syndicate-rs/default.nix index 746e28b..f9f54f1 100644 --- a/syndicate-rs/default.nix +++ b/syndicate-rs/default.nix @@ -11,4 +11,11 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-sagyE3yCmSNwqgZrgnw1ar7S37iZhVYYpn3WtIoBIU8="; nativeBuildInputs = [ rust pkg-config ]; buildInputs = [ openssl ]; + + meta = { + description = + "Rust implementation of Dataspaces, Syndicate, and a high-speed networked dataspace broker."; + homepage = "https://git.syndicate-lang.org/syndicate-lang/syndicate-rs/"; + maintainers = with lib.maintainers; [ ehmry ]; + }; }