treewide: rename maintainer earvstedt -> erikarvstedt

The maintainer name now matches the Github username, which simplifies
maintainer notifications.
This commit is contained in:
Erik Arvstedt
2022-06-26 19:12:18 +02:00
parent ea532fe833
commit 1a32663efc
19 changed files with 19 additions and 19 deletions
@@ -25,6 +25,6 @@ buildPythonPackage {
description = "File type identification using libmagic";
homepage = "https://github.com/aliles/filemagic";
license = licenses.asl20;
maintainers = with maintainers; [ earvstedt ];
maintainers = with maintainers; [ erikarvstedt ];
};
}