Reflect license changes in xdis, uncompyle6 metadata
This commit is contained in:
parent
3f0bd4c334
commit
2a954dd268
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Python cross-version byte-code deparser";
|
description = "Python cross-version byte-code deparser";
|
||||||
homepage = https://github.com/rocky/python-uncompyle6/;
|
homepage = https://github.com/rocky/python-uncompyle6/;
|
||||||
license = licenses.mit;
|
license = licenses.gpl3;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Python cross-version byte-code disassembler and marshal routines";
|
description = "Python cross-version byte-code disassembler and marshal routines";
|
||||||
homepage = https://github.com/rocky/python-xdis/;
|
homepage = https://github.com/rocky/python-xdis/;
|
||||||
license = licenses.mit;
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user