Commit 4469fd60 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

autotrash: add changelog to meta

parent 8c68eb97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,12 +27,12 @@ python3Packages.buildPythonPackage rec {
  postInstall = "installManPage doc/autotrash.1";

  pythonImportsCheck = [ "autotrash" ];
  nativeCheckInputs = [ python3Packages.pytestCheckHook ];

  meta = {
    description = "Tool to automatically purge old trashed files";
    license = lib.licenses.gpl3Plus;
    homepage = "https://bneijt.nl/pr/autotrash";
    changelog = "https://github.com/bneijt/autotrash/releases/tag/${src.tag}";
    maintainers = with lib.maintainers; [
      sigmanificient
      mithicspirit