diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-01-26 19:20:33 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-01-26 19:20:33 +0100 |
commit | 19875b1503f6e890975e50bdd88853b6e4d0caf4 (patch) | |
tree | 35bf7b841dd04cb7b71e0fd34184a0518dad3c84 /lib/handlers/dune | |
parent | 58e910f355589f48150f16f264b5014956718548 (diff) |
Finish off the week-end with this silly little commit.
Diffstat (limited to 'lib/handlers/dune')
-rw-r--r-- | lib/handlers/dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/handlers/dune b/lib/handlers/dune index 46816f1..4bae840 100644 --- a/lib/handlers/dune +++ b/lib/handlers/dune @@ -1,4 +1,4 @@ (library (name handlers) (public_name ogit.handlers) - (libraries dream helpers views)) + (libraries dream views)) |