maintainers: remove superherointj

This commit is contained in:
superherointj
2021-11-02 18:22:31 -07:00
committed by Jonathan Ringer
parent 679fb825a2
commit df4fac48fc
42 changed files with 46 additions and 54 deletions
@@ -50,6 +50,6 @@ buildPythonApplication rec {
description = "Gigalixir Command-Line Interface";
homepage = "https://github.com/gigalixir/gigalixir-cli";
license = licenses.mit;
maintainers = with maintainers; [ superherointj ];
maintainers = with maintainers; [ ];
};
}