From cc164fc8a932e5ebb258343971d217b2e3ce9e64 Mon Sep 17 00:00:00 2001 From: Ryan Kelly Date: Wed, 3 Feb 2021 15:37:14 +1100 Subject: [PATCH] Update owners in cargo metadata. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d4aeec6..acd624b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ece" version = "1.3.0" -authors = ["Edouard Oger ", "JR Conlin "] +authors = ["Firefox Sync Team ", "JR Conlin "] license = "MPL-2.0" edition = "2018" repository = "https://github.com/mozilla/rust-ece"