Skip to content

Commit

Permalink
style: Run alejandro
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Dec 11, 2023
1 parent b666a20 commit 67fb97a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/git-sim.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ lib
, python3
, fetchFromGitHub
{
lib,
python3,
fetchFromGitHub,
}:

python3.pkgs.buildPythonApplication rec {
pname = "git-sim";
version = "0.3.3";
Expand All @@ -20,13 +20,13 @@ python3.pkgs.buildPythonApplication rec {
python3.pkgs.wheel
];

pythonImportsCheck = [ "git_sim" ];
pythonImportsCheck = ["git_sim"];

meta = with lib; {
description = "Visually simulate Git operations in your own repos with a single terminal command";
homepage = "https://github.com/initialcommit-com/git-sim";
license = licenses.gpl2Only;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [];
mainProgram = "git-sim";
};
}

0 comments on commit 67fb97a

Please sign in to comment.