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 ];
|
||||
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user