From e320ecbeaee2358f6edd27941748aa06253c5bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 19 Dec 2024 12:21:34 +0000 Subject: [PATCH] Add mgorny to allowed users (#52) Per https://github.com/conda-forge/pytorch-cpu-feedstock/pull/298#issuecomment-2552215670 --- access/conda-forge-users.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/access/conda-forge-users.json b/access/conda-forge-users.json index 5a3e4e8..73c55fe 100644 --- a/access/conda-forge-users.json +++ b/access/conda-forge-users.json @@ -71,6 +71,10 @@ { "github": "Tobias-Fischer", "id": 5497832 + }, + { + "github": "mgorny", + "id": 110765 } ] }