Unverified Commit 0a7c1dc8 authored by Yechiel's avatar Yechiel Committed by GitHub
Browse files

Added changelog

parent d6feb36e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ python3.pkgs.buildPythonApplication rec {
  meta = {
    description = "Tool to dump a git repository from a website";
    homepage = "https://github.com/arthaud/git-dumper";
    changelog = "https://github.com/arthaud/git-dumper/releases/tag/${version}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ yechielw ];
    mainProgram = "git-dumper";