python-ropper: add homepage and license
This commit is contained in:
parent
c2a2926146
commit
a47085d3df
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue