diff options
| author | Aleksana <me@aleksana.moe> | 2024-06-22 21:59:48 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-22 21:59:48 +0800 |
| commit | df12edd993f673bcc74b4e2d63e3a33ef4d3fb8f (patch) | |
| tree | 41a46ab4b7f6e61158e3dee68c36a5f9ae8b6f69 /pkgs/development/python-modules/python-barcode | |
| parent | 997b725d3b3bd6ac379d6a7fc7deb87450bb8f8a (diff) | |
| parent | 29d721b3b2e2043ffd1badd28a7f793349a23dec (diff) | |
Merge pull request #321760 from WolfangAukang/drop-me
maintainers: remove wolfangaukang
Diffstat (limited to 'pkgs/development/python-modules/python-barcode')
| -rw-r--r-- | pkgs/development/python-modules/python-barcode/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-barcode/default.nix b/pkgs/development/python-modules/python-barcode/default.nix index 63d39dc9a852..214e074ffd7a 100644 --- a/pkgs/development/python-modules/python-barcode/default.nix +++ b/pkgs/development/python-modules/python-barcode/default.nix @@ -43,6 +43,6 @@ buildPythonPackage rec { homepage = "https://github.com/WhyNotHugo/python-barcode"; changelog = "https://github.com/WhyNotHugo/python-barcode/blob/v${version}/docs/changelog.rst"; license = licenses.mit; - maintainers = with maintainers; [ wolfangaukang ]; + maintainers = [ ]; }; } |
