mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
python3Packages.pykeyatome: fix meta.homepage
This commit is contained in:
parent
de568b1772
commit
f4cab67db4
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Python module to get data from Atome Key";
|
||||
homepage = "hhttps://github.com/jugla/pyKeyAtome";
|
||||
homepage = "https://github.com/jugla/pyKeyAtome";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue