autotrash: add changelog to meta

This commit is contained in:
Fabian Affolter
2025-08-23 00:00:28 +02:00
parent 8c68eb9711
commit 4469fd60bf
+1 -1
View File
@@ -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