Unverified Commit d72b652f authored by wxt's avatar wxt
Browse files

dotbot: run nixfmt

parent 46615171
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
{ lib
, python3Packages
, fetchFromGitHub
{
  lib,
  python3Packages,
  fetchFromGitHub,
}:

python3Packages.buildPythonApplication rec {
@@ -36,8 +37,7 @@ python3Packages.buildPythonApplication rec {
      dotfiles.
    '';
    homepage = "https://github.com/anishathalye/dotbot";
    changelog =
      "https://github.com/anishathalye/dotbot/blob/v${version}/CHANGELOG.md";
    changelog = "https://github.com/anishathalye/dotbot/blob/v${version}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ ludat ];
  };