tree-wide: fix malformed meta.maintainers
These packages stood out while processing packages.json.gz, where the maintainer field of some packages wasn't a list of sets, but a nested list, or a string.
This commit is contained in:
@@ -29,6 +29,6 @@ python2.pkgs.buildPythonApplication rec {
|
||||
longDescription = "It watches for new episodes of your favorite shows, and when they are posted it does its magic.";
|
||||
license = licenses.gpl3;
|
||||
homepage = https://sickrage.github.io;
|
||||
maintainers = [ "sterfield@gmail.com" ];
|
||||
maintainers = with maintainers; [ sterfield ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user