We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6feb36 commit 0a7c1dcCopy full SHA for 0a7c1dc
pkgs/by-name/gi/git-dumper/package.nix
@@ -35,6 +35,7 @@ python3.pkgs.buildPythonApplication rec {
35
meta = {
36
description = "Tool to dump a git repository from a website";
37
homepage = "https://github.com/arthaud/git-dumper";
38
+ changelog = "https://github.com/arthaud/git-dumper/releases/tag/${version}";
39
license = lib.licenses.mit;
40
maintainers = with lib.maintainers; [ yechielw ];
41
mainProgram = "git-dumper";
0 commit comments