timeular: remove unused inputs, format
This commit is contained in:
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" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user