1 { lib, buildPythonPackage, fetchPypi,
5 buildPythonPackage rec {
6 pname = "click-didyoumean";
10 inherit pname version;
11 sha256 = "1svaza5lpvdbmyrx5xi0riqzq4hb9wnlpqrg6r8zy14pbi42j8hi";
14 propagatedBuildInputs = [ click ];
17 description = "Enable git-like did-you-mean feature in click";
18 homepage = "https://github.com/click-contrib/click-didyoumean";
19 license = licenses.mit;
20 maintainers = with maintainers; [ mbode ];