mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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:
commit
327ecf882a
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user