From 1f2bc64a405016f59db67f5b26b1e0c21e0c2698 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sun, 25 Aug 2024 12:45:00 -0300 Subject: [PATCH] treewide: remove mredaelli from meta.maintainers mredaelli is inactive. --- pkgs/applications/misc/tickrs/default.nix | 2 +- pkgs/development/python-modules/affine/default.nix | 2 +- pkgs/development/python-modules/cartopy/default.nix | 2 +- pkgs/development/python-modules/gentools/default.nix | 2 +- pkgs/development/python-modules/pyepsg/default.nix | 2 +- pkgs/development/python-modules/snuggs/default.nix | 2 +- pkgs/tools/misc/handlr/default.nix | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/applications/misc/tickrs/default.nix b/pkgs/applications/misc/tickrs/default.nix index 29587be9bcde..f2cc437ab9b6 100644 --- a/pkgs/applications/misc/tickrs/default.nix +++ b/pkgs/applications/misc/tickrs/default.nix @@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/tarkah/tickrs"; changelog = "https://github.com/tarkah/tickrs/blob/v${version}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ mredaelli ]; + maintainers = with maintainers; [ ]; mainProgram = "tickrs"; }; } diff --git a/pkgs/development/python-modules/affine/default.nix b/pkgs/development/python-modules/affine/default.nix index c86ad95b71d6..50ad44f34cc1 100644 --- a/pkgs/development/python-modules/affine/default.nix +++ b/pkgs/development/python-modules/affine/default.nix @@ -29,6 +29,6 @@ buildPythonPackage rec { description = "Matrices describing affine transformation of the plane"; license = licenses.bsd3; homepage = "https://github.com/rasterio/affine"; - maintainers = with maintainers; [ mredaelli ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/cartopy/default.nix b/pkgs/development/python-modules/cartopy/default.nix index 06437870fae5..dbd7659ab81e 100644 --- a/pkgs/development/python-modules/cartopy/default.nix +++ b/pkgs/development/python-modules/cartopy/default.nix @@ -104,6 +104,6 @@ buildPythonPackage rec { mainProgram = "feature_download"; license = licenses.lgpl3Plus; homepage = "https://scitools.org.uk/cartopy/docs/latest/"; - maintainers = with maintainers; [ mredaelli ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/gentools/default.nix b/pkgs/development/python-modules/gentools/default.nix index 8ecaecbee472..d2bb35462ead 100644 --- a/pkgs/development/python-modules/gentools/default.nix +++ b/pkgs/development/python-modules/gentools/default.nix @@ -35,6 +35,6 @@ buildPythonPackage rec { homepage = "https://gentools.readthedocs.io/"; changelog = "https://github.com/ariebovenberg/gentools/blob/v${version}/CHANGELOG.rst"; license = licenses.mit; - maintainers = with maintainers; [ mredaelli ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/pyepsg/default.nix b/pkgs/development/python-modules/pyepsg/default.nix index f7b7a3e11a6a..47cf101d674b 100644 --- a/pkgs/development/python-modules/pyepsg/default.nix +++ b/pkgs/development/python-modules/pyepsg/default.nix @@ -23,6 +23,6 @@ buildPythonPackage rec { description = "Simple Python interface to epsg.io"; license = licenses.lgpl3; homepage = "https://pyepsg.readthedocs.io/en/latest/"; - maintainers = with maintainers; [ mredaelli ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/snuggs/default.nix b/pkgs/development/python-modules/snuggs/default.nix index 914166113170..b742c8d6985a 100644 --- a/pkgs/development/python-modules/snuggs/default.nix +++ b/pkgs/development/python-modules/snuggs/default.nix @@ -47,6 +47,6 @@ buildPythonPackage rec { description = "S-expressions for Numpy"; license = licenses.mit; homepage = "https://github.com/mapbox/snuggs"; - maintainers = with maintainers; [ mredaelli ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/tools/misc/handlr/default.nix b/pkgs/tools/misc/handlr/default.nix index e2aa411f6c44..b2245eafe534 100644 --- a/pkgs/tools/misc/handlr/default.nix +++ b/pkgs/tools/misc/handlr/default.nix @@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec { description = "Alternative to xdg-open to manage default applications with ease"; homepage = "https://github.com/chmln/handlr"; license = licenses.mit; - maintainers = with maintainers; [ mredaelli artturin ]; + maintainers = with maintainers; [ artturin ]; mainProgram = "handlr"; }; }