Commit e58fd792 authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.utitools: fix changelog

parent 521aca79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ buildPythonPackage (finalAttrs: {
  meta = {
    description = "Utilities for working with Uniform Type Identifiers";
    homepage = "https://github.com/RhetTbull/utitools";
    changelog = "https://github.com/RhetTbull/osxphotos/blob/${finalAttrs.src.tag}/CHANGELOG.md";
    changelog = "https://github.com/RhetTbull/utitools/blob/${finalAttrs.src.tag}/CHANGELOG.md";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ sigmanificient ];
  };