watson: format with nixpkgs-fmt

This commit is contained in:
paumr 2020-04-28 08:40:36 +02:00
parent 5e4abf76c7
commit 7c18590208
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
{ stdenv, pythonPackages, fetchpatch }:
with pythonPackages; with pythonPackages;
@ -23,6 +22,6 @@ buildPythonApplication rec {
homepage = "https://tailordev.github.io/Watson/"; homepage = "https://tailordev.github.io/Watson/";
description = "A wonderful CLI to track your time!"; description = "A wonderful CLI to track your time!";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mguentner nathyong ] ; maintainers = with maintainers; [ mguentner nathyong ];
}; };
} }