summaryrefslogtreecommitdiff
path: root/u2f-hidraw-policy
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-11-12 17:36:45 -0500
committerB Stack <bgstack15@gmail.com>2019-11-12 17:36:45 -0500
commit37c02295ecd7da5811900163b543e02e5bfac0ec (patch)
tree26f78dbfad675059ac4e7e5fb3af4abd41235d23 /u2f-hidraw-policy
parentscite 4.2.1 and 3.7.5 (diff)
downloadstackrpms-37c02295ecd7da5811900163b543e02e5bfac0ec.tar.gz
stackrpms-37c02295ecd7da5811900163b543e02e5bfac0ec.tar.bz2
stackrpms-37c02295ecd7da5811900163b543e02e5bfac0ec.zip
update documentation
Add a readme to all packages, which includes references and diffs where applicable.
Diffstat (limited to 'u2f-hidraw-policy')
-rw-r--r--u2f-hidraw-policy/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/u2f-hidraw-policy/README.md b/u2f-hidraw-policy/README.md
index c786cc6..70e6a1f 100644
--- a/u2f-hidraw-policy/README.md
+++ b/u2f-hidraw-policy/README.md
@@ -5,9 +5,9 @@ https://src.fedoraproject.org/rpms/u2f-hidraw-policy.git
CentOS 8 does not package u2f-hidraw-policy yet and waterfox depends on any version of it.
# Reverse dependency matrix
-Distro | u2f-hidraw-policy version
----------- | ----------------
-CentOS 8 | 1.0.2
+Distro | Waterfox version | u2f-hidraw-policy version
+---------- | ---------------- | -------------------------
+CentOS 8 | any | any (1.0.2)
# Differences from upstream
None
bgstack15