Skip to content

Commit

Permalink
Remove useless dependencies from lnd-genmacaroon
Browse files Browse the repository at this point in the history
`lnd-genmacaroon` doesn't use these, it's probably some copy-paste
mistake.
  • Loading branch information
Kixunil committed Jan 3, 2024
1 parent 768cd73 commit 561fc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg_specs/lnd-genmacaroon.sps
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "lnd-genmacaroon"
architecture = "all"
summary = "Creates additional LND macaroons"
depends = ["lncli", "bash", "wget", "jq"]
depends = ["lncli", "bash"]
import_files = [["../lnd/gen_macaroons.sh", "/usr/share/lnd/gen_macaroons.sh"]]

0 comments on commit 561fc23

Please sign in to comment.