diff options
author | Nick Shipp <nick@shipp.ninja> | 2018-10-01 21:41:35 -0400 |
---|---|---|
committer | Nick Shipp <nick@shipp.ninja> | 2018-10-01 21:41:35 -0400 |
commit | 56b399a7d79a36304a93adab67220ae2af1b93a9 (patch) | |
tree | 1f0dfe19ff76c41b7cbb241b3f788019da8f2c23 /.gitmodules | |
parent | a10f50a5f908e77cd350afe91cdf66821172a5b3 (diff) |
Switch to uefi-rs
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index d82a40a..3798097 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "bunny/libefi"] - path = bunny/libefi - url = https://github.com/reynoldsbd/libefi +[submodule "bunny/uefi-rs"] + path = bunny/uefi-rs + url = https://github.com/GabrielMajeri/uefi-rs.git |