python3Packages.ropper: update license to bsd3

Ropper was relicensed to BSD 3-Clause. See:
https://github.com/sashs/Ropper/commit/b8171300096b086495b6d17f9e046b9aee6f829d
This commit is contained in:
Mario Rodas
2019-05-11 12:50:13 -05:00
parent 0b49618cdf
commit 8ceabe5a5a
@@ -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 ];
};