# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1611965913 -3600
# Node ID 44f983174e6aad91fad8806f645094014b2d1bcb
# Parent  c567e5e2b77ac466df71857507958b944e24aee4
doap: Fix off by 200 in RFC number

diff -r c567e5e2b77a -r 44f983174e6a doc/doap.xml
--- a/doc/doap.xml	Fri Jan 29 23:23:25 2021 +0100
+++ b/doc/doap.xml	Sat Jan 30 01:18:33 2021 +0100
@@ -54,7 +54,7 @@
     <implements rdf:resource="https://www.rfc-editor.org/info/rfc6455"/>
     <implements rdf:resource="https://www.rfc-editor.org/info/rfc7301"/>
     <implements rdf:resource="https://www.rfc-editor.org/info/rfc7395"/>
-    <implements rdf:resource="https://www.rfc-editor.org/info/rfc7390"/>
+    <implements rdf:resource="https://www.rfc-editor.org/info/rfc7590"/>
     <implements rdf:resource="https://datatracker.ietf.org/doc/draft-cridland-xmpp-session/">
       <!-- since=0.6.0 note=Added in hg:0bbbc9042361 -->
     </implements>