diff --git a/pkgs/poetry/default.nix b/pkgs/poetry/default.nix index d73e52d..65a5632 100644 --- a/pkgs/poetry/default.nix +++ b/pkgs/poetry/default.nix @@ -59,6 +59,10 @@ poetry2nix.mkPoetryApplication { doCheck = false; meta = with lib; { + homepage = "https://python-poetry.org/"; + description = "Python dependency management and packaging made easy"; + license = licenses.mit; + platforms = platforms.all; maintainers = with maintainers; [ adisbladis ]; }; }