summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-barcode
diff options
context:
space:
mode:
authorP. <d.ol.rod@tutanota.com>2024-06-22 07:03:16 -0600
committerP. <d.ol.rod@tutanota.com>2024-06-22 07:03:16 -0600
commit7e1ff7bd737691d877911fef537ccbf1713b6542 (patch)
tree4589af17a6edbeb078f78261cd8ae86c8a9351b0 /pkgs/development/python-modules/python-barcode
parent0a548fc62eba3e2e3cd207c03c419ae94b034c46 (diff)
treewide: remove wolfangaukang as maintainer
Diffstat (limited to 'pkgs/development/python-modules/python-barcode')
-rw-r--r--pkgs/development/python-modules/python-barcode/default.nix2
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 = [ ];
};
}