From 946d0621c58c20a18b01ec1c63e00a14cb76b7f8 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 16 Aug 2023 14:56:01 -0400
Subject: [PATCH] fix author/copyright/maintainer metadata

---
 LICENSE              | 4 +++-
 gbs-downloader.cabal | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/LICENSE b/LICENSE
index 9a02808..b743e06 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,6 @@
-Copyright (c) 2023, Least Authority TFA GmbH
+Copyright 2023
+Jean-Paul Calderone
+Shae Erisson
 
 All rights reserved.
 
diff --git a/gbs-downloader.cabal b/gbs-downloader.cabal
index 558340f..31d0033 100644
--- a/gbs-downloader.cabal
+++ b/gbs-downloader.cabal
@@ -41,10 +41,10 @@ license:         BSD-3-Clause
 license-file:    LICENSE
 
 -- The package author(s).
-author:          Least Authority TFA GmbH
+author:          Jean-Paul Calderone and others
 
 -- An email address to which users can send suggestions, bug reports, and patches.
-maintainer:      jean-paul@leastauthority.com
+maintainer:      exarkun@twistedmatrix.com
 
 -- A copyright notice.
 -- copyright:
-- 
GitLab