mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 21:33:07 +00:00
python310Packages.restrictedpython: add changelog to meta
This commit is contained in:
parent
e674075ed1
commit
72070c1132
@ -13,7 +13,7 @@ buildPythonPackage rec {
|
|||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "RestrictedPython";
|
pname = "RestrictedPython";
|
||||||
inherit version;
|
inherit version;
|
||||||
sha256 = "sha256-Y02h9sXBIqJi9DOwg+49F6mgOfjxs3eFl++0dGHNNhs=";
|
hash = "sha256-Y02h9sXBIqJi9DOwg+49F6mgOfjxs3eFl++0dGHNNhs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
@ -28,6 +28,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Restricted execution environment for Python to run untrusted code";
|
description = "Restricted execution environment for Python to run untrusted code";
|
||||||
homepage = "https://github.com/zopefoundation/RestrictedPython";
|
homepage = "https://github.com/zopefoundation/RestrictedPython";
|
||||||
|
changelog = "https://github.com/zopefoundation/RestrictedPython/blob/${version}/CHANGES.rst";
|
||||||
license = licenses.zpl21;
|
license = licenses.zpl21;
|
||||||
maintainers = with maintainers; [ juaningan ];
|
maintainers = with maintainers; [ juaningan ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user