python-ropper: add homepage and license
This commit is contained in:
@@ -21873,8 +21873,8 @@ in modules // {
|
|||||||
};
|
};
|
||||||
propagatedBuildInputs = with self; [ capstone filebytes readline ];
|
propagatedBuildInputs = with self; [ capstone filebytes readline ];
|
||||||
meta = with pkgs.stdenv.lib; {
|
meta = with pkgs.stdenv.lib; {
|
||||||
homepage = "";
|
homepage = "https://scoding.de/ropper/";
|
||||||
license = "";
|
license = licenses.gpl2;
|
||||||
description = "Show information about files in different file formats";
|
description = "Show information about files in different file formats";
|
||||||
maintainers = with maintainers; [ bennofs ];
|
maintainers = with maintainers; [ bennofs ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user