diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-06-16 10:32:41 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-06-16 10:32:41 +0200 |
commit | 19e1fc6552c88bc1b49dcecac97bf3fc54d922ef (patch) | |
tree | 00af5e415adf29be5ec450c6c9fb67cfa59a78f7 | |
parent | 2c3e2f7be5bdc5bc9d4af822bf21af303b64d5ab (diff) | |
download | profani-tty-19e1fc6552c88bc1b49dcecac97bf3fc54d922ef.tar.gz |
doap: add repo
-rw-r--r-- | profanity.doap | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/profanity.doap b/profanity.doap index d0458aec..f391dbdd 100644 --- a/profanity.doap +++ b/profanity.doap @@ -41,15 +41,6 @@ <category rdf:resource='https://linkmauve.fr/ns/xmpp-doap#category-client'/> - <!-- No comment :/ - <repository> - <GitRepository> - <browse rdf:resource=''/> - <location rdf:resource=''/> - </GitRepository> - </repository> - --> - <maintainer> <foaf:Person> <foaf:name>Michael Vetter</foaf:name> @@ -57,6 +48,13 @@ </foaf:Person> </maintainer> + <repository> + <GitRepository> + <browse rdf:resource='https://github.com/profanity-im/profanity'/> + <location rdf:resource='https://github.com/profanity-im/profanity.git'/> + </GitRepository> + </repository> + <implements rdf:resource='https://datatracker.ietf.org/doc/html/rfc6120'/> <implements rdf:resource='https://datatracker.ietf.org/doc/html/rfc6121'/> <implements rdf:resource='https://datatracker.ietf.org/doc/html/rfc6122'/> |