about summary refs log tree commit diff
path: root/pkgs/development/python-modules/filemagic/default.nix
diff options
context:
space:
mode:
authorErik Arvstedt <erik.arvstedt@gmail.com>2022-06-26 19:12:18 +0200
committerErik Arvstedt <erik.arvstedt@gmail.com>2022-06-26 19:12:18 +0200
commit1a32663efcdb2742c440419ee73b6626ae02f5aa (patch)
tree13cfcb51ef81506ae66ce812778144cb707b4480 /pkgs/development/python-modules/filemagic/default.nix
parentea532fe8331b815de65b52947b250e1c7f577aae (diff)
treewide: rename maintainer `earvstedt` -> `erikarvstedt`
The maintainer name now matches the Github username, which simplifies
maintainer notifications.
Diffstat (limited to 'pkgs/development/python-modules/filemagic/default.nix')
-rw-r--r--pkgs/development/python-modules/filemagic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/filemagic/default.nix b/pkgs/development/python-modules/filemagic/default.nix
index ef8f6933e8fed..96ee0a95b283e 100644
--- a/pkgs/development/python-modules/filemagic/default.nix
+++ b/pkgs/development/python-modules/filemagic/default.nix
@@ -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 ];
   };
 }