From 0949ee98cf2d85b2721fc85247007dfc8473132c Mon Sep 17 00:00:00 2001 From: Michel Lind Date: Tue, 14 May 2024 15:45:28 -0700 Subject: [PATCH] fix description Summary: This was copied from the `model` crate and needs to be edited to say `ethtool` instead. Reviewed By: danobi Differential Revision: D57342033 fbshipit-source-id: 86617700e51339f3919a9f110b7cc28b107717a1 --- below/ethtool/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/below/ethtool/Cargo.toml b/below/ethtool/Cargo.toml index 3a1053d4..0cbf2f34 100644 --- a/below/ethtool/Cargo.toml +++ b/below/ethtool/Cargo.toml @@ -5,7 +5,7 @@ name = "below-ethtool" version = "0.8.1" authors = ["Daniel Xu ", "Facebook"] edition = "2021" -description = "Model crate for below" +description = "ethtool crate for below" repository = "https://github.com/facebookincubator/below" license = "Apache-2.0"