about summary refs log tree commit diff
path: root/pkgs/development/python-modules/langdetect/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/langdetect/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/langdetect/default.nix')
-rw-r--r--pkgs/development/python-modules/langdetect/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/langdetect/default.nix b/pkgs/development/python-modules/langdetect/default.nix
index 2b9f87fdd81a4..4eab3bd06e580 100644
--- a/pkgs/development/python-modules/langdetect/default.nix
+++ b/pkgs/development/python-modules/langdetect/default.nix
@@ -28,6 +28,6 @@ buildPythonPackage rec {
     description = "Python port of Google's language-detection library";
     homepage = "https://github.com/Mimino666/langdetect";
     license = licenses.asl20;
-    maintainers = with maintainers; [ earvstedt ];
+    maintainers = with maintainers; [ erikarvstedt ];
   };
 }