Merge pull request #47578 from charles-dyfis-net/uncompyle6-3.2.2

Update metadata to reflect uncompyle6 and xdis relicensing to GPL (v3 and v2 respectively)
This commit is contained in:
Jörg Thalheim 2018-11-17 10:30:30 +00:00 committed by GitHub
commit 327ecf882a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python cross-version byte-code deparser";
homepage = https://github.com/rocky/python-uncompyle6/;
license = licenses.mit;
license = licenses.gpl3;
};
}

View file

@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python cross-version byte-code disassembler and marshal routines";
homepage = https://github.com/rocky/python-xdis/;
license = licenses.mit;
license = licenses.gpl2;
};
}