python311Packages.holidays: add myself as maintainer

This commit is contained in:
Fabian Affolter
2023-11-03 14:13:15 +01:00
parent 5632ccb7f5
commit 025ea35c2b
@@ -50,7 +50,7 @@ buildPythonPackage rec {
homepage = "https://github.com/dr-prodigy/python-holidays";
changelog = "https://github.com/dr-prodigy/python-holidays/releases/tag/v.${version}";
license = licenses.mit;
maintainers = with maintainers; [ jluttine ];
maintainers = with maintainers; [ fab jluttine ];
};
}