Commit d7bf4cb9 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.glom: add changelog to meta

parent fff94b11
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -47,12 +47,13 @@ buildPythonPackage rec {
  ];

  meta = with lib; {
    homepage = "https://github.com/mahmoud/glom";
    description = "Restructuring data, the Python way";
    longDescription = ''
      glom helps pull together objects from other objects in a
      declarative, dynamic, and downright simple way.
    '';
    homepage = "https://github.com/mahmoud/glom";
    changelog = "https://github.com/mahmoud/glom/blob/v${version}/CHANGELOG.md";
    license = licenses.bsd3;
    maintainers = with maintainers; [ twey ];
  };