Skip to content

Commit

Permalink
Remove private=true from spago.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Lefkowitz committed May 6, 2024
1 parent 84daaab commit 18fc94f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .trufflehog3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude:
- .spago

- message: Package management
paths:
paths:
- packages.dhall
- purs.json
- spago.yaml
Expand Down
1 change: 0 additions & 1 deletion spago.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package:
name: huffman
description: Huffman coding. Lossless data compression.
private: true
repository: https://github.com/JoelLefkowitz/huffman
homepage: https://joellefkowitz.github.io/huffman
keywords:
Expand Down

0 comments on commit 18fc94f

Please sign in to comment.