treewide: drop inactive maintainer costrouc from all python packages

This commit is contained in:
Sandro Jäckel
2023-07-18 13:10:04 +02:00
parent ec51d79148
commit 386b81c136
220 changed files with 220 additions and 220 deletions
@@ -52,6 +52,6 @@ buildPythonPackage rec {
description = "Access HMI, AIA and MDI data with Python";
homepage = "https://github.com/sunpy/drms";
license = licenses.bsd2;
maintainers = with maintainers; [ costrouc ];
maintainers = with maintainers; [ ];
};
}