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

Removed "A" from describtion

parent 74b4cf68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ python3.pkgs.buildPythonApplication rec {
  ];

  meta = {
    description = "A tool to dump a git repository from a website";
    description = "Tool to dump a git repository from a website";
    homepage = "https://github.com/arthaud/git-dumper";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ yechielw ];