Unverified Commit acb03ec4 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.securetar: add changelog to meta

parent 77817c43
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "pvizeli";
    repo = pname;
    rev = version;
    rev = "refs/tags/${version}";
    hash = "sha256-3bDboggvKbpWyjpUOrUmtJx3Nj/6Uvut2nEQLYJubDA=";
  };

@@ -35,6 +35,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Module to handle tarfile backups";
    homepage = "https://github.com/pvizeli/securetar";
    changelog = "https://github.com/pvizeli/securetar/releases/tag/${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ fab ];
  };