python3Packages.ropper: update license to bsd3

Ropper was relicensed to BSD 3-Clause. See:
b817130009
This commit is contained in:
Mario Rodas
2019-05-11 12:50:13 -05:00
parent 0b49618cdf
commit 8ceabe5a5a

View File

@@ -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 ];
};