summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-dotenv
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/python-dotenv
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/python-dotenv')
-rw-r--r--pkgs/development/python-modules/python-dotenv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-dotenv/default.nix b/pkgs/development/python-modules/python-dotenv/default.nix
index d1b5d632b302..a805c3e6c623 100644
--- a/pkgs/development/python-modules/python-dotenv/default.nix
+++ b/pkgs/development/python-modules/python-dotenv/default.nix
@@ -38,6 +38,6 @@ buildPythonPackage rec {
description = "Add .env support to your django/flask apps in development and deployments";
homepage = "https://github.com/theskumar/python-dotenv";
license = licenses.bsdOriginal;
- maintainers = with maintainers; [ earvstedt ];
+ maintainers = with maintainers; [ erikarvstedt ];
};
}