lol

python310Packages.securetar: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
acb03ec4 77817c43

+2 -1
+2 -1
pkgs/development/python-modules/securetar/default.nix
··· 16 16 src = fetchFromGitHub { 17 17 owner = "pvizeli"; 18 18 repo = pname; 19 - rev = version; 19 + rev = "refs/tags/${version}"; 20 20 hash = "sha256-3bDboggvKbpWyjpUOrUmtJx3Nj/6Uvut2nEQLYJubDA="; 21 21 }; 22 22 ··· 35 35 meta = with lib; { 36 36 description = "Module to handle tarfile backups"; 37 37 homepage = "https://github.com/pvizeli/securetar"; 38 + changelog = "https://github.com/pvizeli/securetar/releases/tag/${version}"; 38 39 license = licenses.asl20; 39 40 maintainers = with maintainers; [ fab ]; 40 41 };