From 3b2d72c0bb56613eb2b2e613dcd07661db1df91f Mon Sep 17 00:00:00 2001
From: Valentin Lorentz <vlorentz@softwareheritage.org>
Date: Mon, 20 Jul 2020 11:35:27 +0200
Subject: [PATCH] Rename MetadataAuthorityType.DEPOSIT to
 MetadataAuthorityType.DEPOSIT_CLIENT.

D3560
---
 swh/model/model.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swh/model/model.py b/swh/model/model.py
index 66649015..ff11f1cb 100644
--- a/swh/model/model.py
+++ b/swh/model/model.py
@@ -726,7 +726,7 @@ class SkippedContent(BaseContent):
 
 
 class MetadataAuthorityType(Enum):
-    DEPOSIT = "deposit"
+    DEPOSIT_CLIENT = "deposit_client"
     FORGE = "forge"
     REGISTRY = "registry"
 
-- 
GitLab