python3Packages.pykeyatome: fix meta.homepage

This commit is contained in:
Martin Weinelt 2022-01-12 17:35:39 +01:00
parent de568b1772
commit f4cab67db4
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -52,7 +52,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Python module to get data from Atome Key"; description = "Python module to get data from Atome Key";
homepage = "hhttps://github.com/jugla/pyKeyAtome"; homepage = "https://github.com/jugla/pyKeyAtome";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab ];
}; };