diff --git a/.gitmodules b/.gitmodules index e6904760..d9669dca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -187,3 +187,6 @@ [submodule "repos/Erratic"] path = repos/Erratic url = https://github.com/bafonso/Erratic.git +[submodule "repos/alto777_LFSR"] + path = repos/alto777_LFSR + url = https://github.com/alto777/LFSR.git diff --git a/manifests/alto777_LFSR.json b/manifests/alto777_LFSR.json index f561a4c1..15c95896 100644 --- a/manifests/alto777_LFSR.json +++ b/manifests/alto777_LFSR.json @@ -1,6 +1,9 @@ { "name": "alto777 LFSR", "author": "Robert A Moeser", + "authorEmail": "ram32768@gmail.com", "license": "BSD-3-Clause", - "sourceUrl": "https://github.com/alto777/LFSR" + "sourceUrl": "https://github.com/alto777/LFSR", + "manualUrl": "https://github.com/alto777/LFSR/README.md", + "repoVersion": "0.6.02" } diff --git a/repos/alto777_LFSR b/repos/alto777_LFSR new file mode 160000 index 00000000..db655f61 --- /dev/null +++ b/repos/alto777_LFSR @@ -0,0 +1 @@ +Subproject commit db655f61b228aad45f06cbb1f6dacc0e5e97c1b7