-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgnome-shell-extension-valent.doap
31 lines (25 loc) · 1.41 KB
/
gnome-shell-extension-valent.doap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<!-- SPDX-License-Identifier: CC0-1.0 -->
<!-- SPDX-FileCopyrightText: No rights reserved -->
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">Valent (GNOME Shell Extension)</name>
<shortname>gnome-shell-extension-valent</shortname>
<description xml:lang="en">Valent is an implementation of the KDE Connect protocol, built on GNOME platform libraries. This GNOME Shell Extension helps Valent integrate with the GNOME desktop.</description>
<shortdesc xml:lang="en">GNOME Shell integration for Valent</shortdesc>
<category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
<bug-database rdf:resource="https://github.com/andyholmes/gnome-shell-extension-valent/issues/" />
<homepage rdf:resource="https://github.com/andyholmes/gnome-shell-extension-valent/" />
<license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
<programming-language>JavaScript</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Andy Holmes</foaf:name>
<foaf:mbox rdf:resource="mailto:andrew.g.r.holmes@gmail.com"/>
<gnome:userid>andyholmes</gnome:userid>
</foaf:Person>
</maintainer>
</Project>