summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-barcode
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-06-22 21:59:48 +0800
committerGitHub <noreply@github.com>2024-06-22 21:59:48 +0800
commitdf12edd993f673bcc74b4e2d63e3a33ef4d3fb8f (patch)
tree41a46ab4b7f6e61158e3dee68c36a5f9ae8b6f69 /pkgs/development/python-modules/python-barcode
parent997b725d3b3bd6ac379d6a7fc7deb87450bb8f8a (diff)
parent29d721b3b2e2043ffd1badd28a7f793349a23dec (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.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 = [ ];
};
}