Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-04-17 18:10:41 +00:00
committed by GitHub
75 changed files with 819 additions and 1282 deletions

View File

@@ -22,6 +22,6 @@ buildDunePackage rec {
meta = with lib; {
description = "Low-level libraries for connecting to a xenstore service on a xen host";
license = licenses.lgpl21Only;
homepage = "http://github.com/xapi-project/ocaml-xenstore-clients";
homepage = "https://github.com/xapi-project/ocaml-xenstore-clients";
};
}