mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
fix nesting error resulting in topydo metadata being attached to the enclosing set
This commit is contained in:
parent
254e2cc982
commit
8347f94216
1 changed files with 5 additions and 5 deletions
|
@ -26325,12 +26325,12 @@ in modules // {
|
|||
buildInputs = with self; [ mock freezegun coverage pkgs.glibcLocales ];
|
||||
|
||||
LC_ALL="en_US.UTF-8";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "A cli todo application compatible with the todo.txt format";
|
||||
homepage = "https://github.com/bram85/topydo";
|
||||
license = license.gpl3;
|
||||
meta = {
|
||||
description = "A cli todo application compatible with the todo.txt format";
|
||||
homepage = "https://github.com/bram85/topydo";
|
||||
license = licenses.gpl3;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue