treewide: remove mredaelli from meta.maintainers

mredaelli is inactive.
This commit is contained in:
Anderson Torres 2024-08-25 12:45:00 -03:00 committed by Sandro Jäckel
parent e69fc881bb
commit 1f2bc64a40
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
7 changed files with 7 additions and 7 deletions

View File

@ -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";
};
}

View File

@ -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; [ ];
};
}

View File

@ -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; [ ];
};
}

View File

@ -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; [ ];
};
}

View File

@ -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; [ ];
};
}

View File

@ -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; [ ];
};
}

View File

@ -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";
};
}