From 42befc62cd731aad4100f5cfe3a675f6877f5c24 Mon Sep 17 00:00:00 2001 From: Naman Garg <66401604+namanlp@users.noreply.github.com> Date: Wed, 7 Feb 2024 02:44:07 +0530 Subject: [PATCH] Add authors in Packager.toml --- gitbutler-app/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/gitbutler-app/Cargo.toml b/gitbutler-app/Cargo.toml index ea7b6ec1e..2d89cd474 100644 --- a/gitbutler-app/Cargo.toml +++ b/gitbutler-app/Cargo.toml @@ -3,6 +3,7 @@ name = "gitbutler-app" version = "0.0.0" edition = "2021" rust-version = "1.57" +authors = ["GitButler "] [lib] name = "gblib"