From 5772ac5a759132fa51d03253d283d5b4a7fa18c9 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sun, 28 Apr 2024 12:18:55 +0200 Subject: 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. --- pkgs/development/python-modules/cython/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'pkgs/development/python-modules/cython/default.nix') diff --git a/pkgs/development/python-modules/cython/default.nix b/pkgs/development/python-modules/cython/default.nix index 4467dc3b459ce..2062ae03863ba 100644 --- a/pkgs/development/python-modules/cython/default.nix +++ b/pkgs/development/python-modules/cython/default.nix @@ -66,6 +66,5 @@ in buildPythonPackage rec { description = "An optimising static compiler for both the Python programming language and the extended Cython programming language"; homepage = "https://cython.org"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ fridh ]; }; } -- cgit 1.4.1