diff options
author | jeschli <jeschli@gmail.com> | 2018-04-18 08:19:05 +0200 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-04-18 08:19:05 +0200 |
commit | e800670c1892cca7c9d12476d65bb4750e213890 (patch) | |
tree | cf20fc27b3fe7e271d7b0441c880283c91f42e60 /makefu/1systems/fileleech | |
parent | e3445be6dafe4f16e150549baee34055a6b04fef (diff) | |
parent | 5b8c4d24e274bbf26e85420fc11b5bf7e24ac22d (diff) |
Merge branch 'master' of prism.r:stockholm
Diffstat (limited to 'makefu/1systems/fileleech')
-rw-r--r-- | makefu/1systems/fileleech/source.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/1systems/fileleech/source.nix b/makefu/1systems/fileleech/source.nix index 699267e21..caca1fbcb 100644 --- a/makefu/1systems/fileleech/source.nix +++ b/makefu/1systems/fileleech/source.nix @@ -1,3 +1,4 @@ import <stockholm/makefu/source.nix> { - name="fileleech"; + name = "fileleech"; + torrent = true; } |