python3Packages.favicon: remove elohmeier as maintainer

This commit is contained in:
Enno Richter
2024-06-14 09:22:18 +02:00
parent 392bb8a67f
commit 8989a1b3a3
@@ -42,6 +42,5 @@ buildPythonPackage rec {
homepage = "https://github.com/scottwernervt/favicon";
changelog = "https://github.com/scottwernervt/favicon/blob/${version}/CHANGELOG.rst";
license = licenses.mit;
maintainers = with maintainers; [ elohmeier ];
};
}