ocamlPackages.mirage-block: refactor meta attribute set

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Vincent Laporte 2020-10-27 16:07:52 +01:00 committed by ehmry
parent 47183f25a0
commit ac97a9a46d

@ -15,10 +15,10 @@ buildDunePackage rec {
propagatedBuildInputs = [ cstruct lwt mirage-device ];
meta = {
meta = with lib; {
description = "Block signatures and implementations for MirageOS";
homepage = "https://github.com/mirage/mirage-block";
license = lib.licenses.isc;
maintainers = [ lib.maintainers.vbgl ];
license = licenses.isc;
maintainers = with maintainers; [ vbgl ];
};
}