about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2024-04-28 12:18:55 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2024-04-28 12:20:07 +0200
commit5772ac5a759132fa51d03253d283d5b4a7fa18c9 (patch)
tree22be8faa161144dbaecd764c6cc37053c2d4be35 /.github
parent485534a59f06cef3b61a4b31ea0ad9395f9c8377 (diff)
Removing FRidh as active maintainer of packages
In the past I was very active with Python packaging.
For several years now I was hardly around as maintainer,
so it does not make sense I am listed as a maintainer for
these makes. Looking back, I should have removed myself
as maintainer already much longer ago. Anyway, better late
than never.

It's been a fun ride, and  I do intend to occasionally contribute
to Nixpkgs, but not in the same way it once was.
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS7
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index c901c8f8b9dbe..109b64d7392ab 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -13,7 +13,6 @@
 
 # GitHub actions
 /.github/workflows @NixOS/Security @Mic92 @zowoq
-/.github/workflows/merge-staging @FRidh
 
 # EditorConfig
 /.editorconfig @Mic92 @zowoq
@@ -125,10 +124,8 @@ nixos/modules/installer/tools/nix-fallback-paths.nix  @raitobezarius @ma27
 /pkgs/common-updater/scripts/update-source-version    @jtojnar
 
 # Python-related code and docs
-/maintainers/scripts/update-python-libraries	              @FRidh
-/pkgs/development/interpreters/python                       @FRidh
-/doc/languages-frameworks/python.section.md                 @FRidh @mweinelt
-/pkgs/development/interpreters/python/hooks                 @FRidh @jonringer
+/doc/languages-frameworks/python.section.md                 @mweinelt
+/pkgs/development/interpreters/python/hooks                 @jonringer
 
 # Haskell
 /doc/languages-frameworks/haskell.section.md  @sternenseemann @maralorn @ncfavier