From c6127dfa03ff069b06af46cd5006951bbf2ea281 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Fri, 5 Aug 2022 11:37:32 +0200 Subject: [PATCH] hello: re-add sensible synopsis --- packages/mirage-unikernel-hello-hvt.0.0.2/opam | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/mirage-unikernel-hello-hvt.0.0.2/opam b/packages/mirage-unikernel-hello-hvt.0.0.2/opam index 7286670..92caca7 100644 --- a/packages/mirage-unikernel-hello-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-hello-hvt.0.0.2/opam @@ -6,11 +6,7 @@ authors: "dummy" homepage: "dummy" bug-reports: "dummy" dev-repo: "git://dummy" -synopsis: "Unikernel hello-key - switch dependencies" -description: """ -It assumes that local dependencies are already -fetched. -""" +synopsis: "The famous hello world unikernel." build: ["sh" "-exc" "cd tutorial/hello-key/ && mirage build"]