From 7317077655071e765fa60e368fbfae0db511218d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 10 Oct 2021 09:26:44 +0200 Subject: [PATCH] drop codeowners --- .github/CODEOWNERS | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 3db264516..000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,19 +0,0 @@ -# CODEOWNERS file -# -# For documentation on this file, -# see https://help.github.com/articles/about-codeowners/ -# Mentioned users will get code review requests. - -# This file -/.github/CODEOWNERS @Mic92 - -# python -/bin @Mic92 -/nur @Mic92 -/setup.py @Mic92 - -# CI -/ci @Mic92 @zimbatm - -# nix -/lib @Infinisil