diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 9dcf31fe9898..2ba366dd909d 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -21873,8 +21873,8 @@ in modules // { }; propagatedBuildInputs = with self; [ capstone filebytes readline ]; meta = with pkgs.stdenv.lib; { - homepage = ""; - license = ""; + homepage = "https://scoding.de/ropper/"; + license = licenses.gpl2; description = "Show information about files in different file formats"; maintainers = with maintainers; [ bennofs ]; };