diff options
| author | Erik Arvstedt <erik.arvstedt@gmail.com> | 2022-06-26 19:12:18 +0200 |
|---|---|---|
| committer | Erik Arvstedt <erik.arvstedt@gmail.com> | 2022-06-26 19:12:18 +0200 |
| commit | 1a32663efcdb2742c440419ee73b6626ae02f5aa (patch) | |
| tree | 13cfcb51ef81506ae66ce812778144cb707b4480 /pkgs/development/python-modules/python-dotenv | |
| parent | ea532fe8331b815de65b52947b250e1c7f577aae (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.nix | 2 |
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 ]; }; } |
