about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pydantic
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-05-27 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-05-27 04:20:00 +0000
commit44a91fd4bb4b68644fc8950ecb178a213437d58e (patch)
treeece2b3a55b019264f1c1e6a626d68bdcb780e51c /pkgs/development/python-modules/pydantic
parent8939bd58931385dbfe586810a19205e9a967f45f (diff)
python310Packages.pydantic: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules/pydantic')
-rw-r--r--pkgs/development/python-modules/pydantic/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pydantic/default.nix b/pkgs/development/python-modules/pydantic/default.nix
index 4047335a975df..1a2851158c52c 100644
--- a/pkgs/development/python-modules/pydantic/default.nix
+++ b/pkgs/development/python-modules/pydantic/default.nix
@@ -122,8 +122,9 @@ buildPythonPackage rec {
   pythonImportsCheck = [ "pydantic" ];
 
   meta = with lib; {
-    homepage = "https://github.com/samuelcolvin/pydantic";
     description = "Data validation and settings management using Python type hinting";
+    homepage = "https://github.com/pydantic/pydantic";
+    changelog = "https://github.com/pydantic/pydantic/blob/v${version}/HISTORY.md";
     license = licenses.mit;
     maintainers = with maintainers; [ wd15 ];
   };