treewide: use https for github URIs

This commit is contained in:
Pavol Rusnak
2021-04-17 17:59:08 +02:00
parent d89513b96a
commit 29bb19258a
9 changed files with 9 additions and 9 deletions
@@ -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";
};
}