ocamlPackages.mirage-block: refactor meta
attribute set
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
47183f25a0
commit
ac97a9a46d
@ -15,10 +15,10 @@ buildDunePackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ cstruct lwt mirage-device ];
|
propagatedBuildInputs = [ cstruct lwt mirage-device ];
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "Block signatures and implementations for MirageOS";
|
description = "Block signatures and implementations for MirageOS";
|
||||||
homepage = "https://github.com/mirage/mirage-block";
|
homepage = "https://github.com/mirage/mirage-block";
|
||||||
license = lib.licenses.isc;
|
license = licenses.isc;
|
||||||
maintainers = [ lib.maintainers.vbgl ];
|
maintainers = with maintainers; [ vbgl ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user