mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
28 lines
938 B
XML
28 lines
938 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||
<pkgmetadata>
|
||
<maintainer type="person">
|
||
<email>rossbridger.cc@gmail.com</email>
|
||
<name>Ross Charles Campbell</name>
|
||
</maintainer>
|
||
<maintainer type="person">
|
||
<email>xgqt@riseup.net</email>
|
||
<name>Maciej Barć</name>
|
||
</maintainer>
|
||
<use>
|
||
<flag name="libsecret">Enable libsecret support</flag>
|
||
</use>
|
||
<upstream>
|
||
<remote-id type="github">VSCodium/vscodium</remote-id>
|
||
</upstream>
|
||
<longdescription lang="en">
|
||
Microsoft’s vscode source code is open source (MIT-licensed),
|
||
but the product available for download (Visual Studio Code)
|
||
is licensed under this not-FLOSS license
|
||
and contains telemetry/tracking.
|
||
The VSCodium project exists so that you don’t have to download+build
|
||
from source. These binaries are licensed under the MIT license.
|
||
Telemetry is disabled.
|
||
</longdescription>
|
||
</pkgmetadata>
|