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
@@ -57,6 +57,6 @@ buildPythonPackage rec {
homepage = "https://github.com/mjdrushton/atsim-potentials";
description = "Provides tools for working with pair and embedded atom method potential models including tabulation routines for DL_POLY and LAMMPS";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
maintainers = [ ];
};
}