From a47085d3dfe50ae6f51a6f20f966c5ea1e40fd59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benno=20F=C3=BCnfst=C3=BCck?= Date: Sun, 2 Oct 2016 16:47:30 +0200 Subject: [PATCH] python-ropper: add homepage and license --- pkgs/top-level/python-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 9dcf31fe989..2ba366dd909 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 ]; };