From 8ceabe5a5aa2ee8c713e7dcee4eb71b0ce474469 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 11 May 2019 12:50:13 -0500 Subject: [PATCH] python3Packages.ropper: update license to bsd3 Ropper was relicensed to BSD 3-Clause. See: https://github.com/sashs/Ropper/commit/b8171300096b086495b6d17f9e046b9aee6f829d --- pkgs/development/python-modules/ropper/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/ropper/default.nix b/pkgs/development/python-modules/ropper/default.nix index 3497379c36e..7b07bf3ff05 100644 --- a/pkgs/development/python-modules/ropper/default.nix +++ b/pkgs/development/python-modules/ropper/default.nix @@ -25,7 +25,7 @@ buildPythonApplication rec { propagatedBuildInputs = [ capstone filebytes ]; meta = with stdenv.lib; { homepage = https://scoding.de/ropper/; - license = licenses.gpl2; + license = licenses.bsd3; description = "Show information about files in different file formats"; maintainers = with maintainers; [ bennofs ]; };