Skip to content

Commit

Permalink
missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa committed Jul 27, 2024
1 parent b9ca390 commit 7529dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ci/ci-edit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ python3.pkgs.buildPythonApplication {
pythonImportsCheck = [ "app" ];

meta = with lib; {
description = "Terminal text editor with mouse support and ctrl+Q to quit";
description = "Terminal text editor with mouse support and ctrl+Q to quit"

Check failure on line 33 in pkgs/by-name/ci/ci-edit/package.nix

View workflow job for this annotation

GitHub Actions / nixos

parse-expected

expected ;

Check failure on line 33 in pkgs/by-name/ci/ci-edit/package.nix

View workflow job for this annotation

GitHub Actions / nixos

parse-expected

expected ;
homepage = "https://github.com/google/ci_edit";
license = licenses.asl20;
maintainers = with maintainers; [ katexochen ];
Expand Down

0 comments on commit 7529dfe

Please sign in to comment.