Unverified Commit d991e16f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.mypy-boto3-s3: add changelog to meta

parent 2a92d929
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Type annotations for boto3.s3";
    homepage = "https://github.com/youtype/mypy_boto3_builder";
    changelog = "https://github.com/youtype/mypy_boto3_builder/releases/tag/${version}";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ fab ];
  };