diff options
Diffstat (limited to 'lib/views/dune')
-rw-r--r-- | lib/views/dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/views/dune b/lib/views/dune index 1b722c5..2c9ab5e 100644 --- a/lib/views/dune +++ b/lib/views/dune @@ -1,4 +1,4 @@ (library (name views) (public_name ogit.views) - (libraries dream-html git)) + (libraries dream-html git-unix)) |