timeular: remove unused inputs, format

This commit is contained in:
Sandro Jäckel
2021-03-01 10:46:56 +01:00
parent 167da21030
commit c1a03f005a
@@ -1,8 +1,7 @@
{ { lib
lib, , fetchurl
fetchurl, , appimageTools
appimageTools, , libsecret
libsecret
}: }:
let let
@@ -37,7 +36,7 @@ in appimageTools.wrapType2 rec {
Assign an activity to each side and flip to start tracking your time. Assign an activity to each side and flip to start tracking your time.
The desktop app tell you where every minute of your day is spent. The desktop app tell you where every minute of your day is spent.
''; '';
homepage = https://timeular.com; homepage = "https://timeular.com";
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ ktor ]; maintainers = with maintainers; [ ktor ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];