python3Packages.clickclick: remove elohmeier as maintainer

This commit is contained in:
Enno Richter
2024-06-14 09:22:17 +02:00
parent 887d36abe1
commit 7299b049e8
@@ -40,6 +40,5 @@ buildPythonPackage rec {
description = "Click command line utilities";
homepage = "https://github.com/hjacobs/python-clickclick/";
license = licenses.asl20;
maintainers = with maintainers; [ elohmeier ];
};
}