diff options
author | Sam James <sam@gentoo.org> | 2022-07-28 04:28:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-28 06:34:56 +0100 |
commit | 2c9759df47e7585d8c141f182caae2f4af45c2a2 (patch) | |
tree | 82cad06a8f63aa9902ce5f48983d1b594680b13c /net-analyzer/wireshark/metadata.xml | |
parent | dev-util/maturin: drop 0.13.0 (diff) | |
download | gentoo-2c9759df47e7585d8c141f182caae2f4af45c2a2.tar.gz gentoo-2c9759df47e7585d8c141f182caae2f4af45c2a2.tar.bz2 gentoo-2c9759df47e7585d8c141f182caae2f4af45c2a2.zip |
net-analyzer/wireshark: add remote-ids, shuffle maintainers
It's easier to be assigned bugs given I'm the main one looking at this atm.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/wireshark/metadata.xml')
-rw-r--r-- | net-analyzer/wireshark/metadata.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net-analyzer/wireshark/metadata.xml b/net-analyzer/wireshark/metadata.xml index e18c5673c9ef..e83c5a1a2c03 100644 --- a/net-analyzer/wireshark/metadata.xml +++ b/net-analyzer/wireshark/metadata.xml @@ -2,6 +2,10 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> + <email>sam@gentoo.org</email> + <name>Sam James</name> + </maintainer> + <maintainer type="person"> <email>zlogene@gentoo.org</email> <name>Mikle Kolyada</name> </maintainer> @@ -9,10 +13,6 @@ <email>bman@gentoo.org</email> <name>Aaron Bauman</name> </maintainer> - <maintainer type="person"> - <email>sam@gentoo.org</email> - <name>Sam James</name> - </maintainer> <longdescription> Wireshark is the world's foremost network protocol analyzer, and is the de facto (and often de jure) standard across many industries and educational @@ -70,4 +70,8 @@ <flag name="tshark">Install tshark, to dump and analyzer network traffic from the command line</flag> <flag name="udpdump">Install udpdump, to get packets exported from a source (like a network device or a GSMTAP producer) that are dumped to a pcap file</flag> </use> + <upstream> + <remote-id type="github">wireshark/wireshark</remote-id> + <remote-id type="gitlab">wireshark/wireshark</remote-id> + </upstream> </pkgmetadata> |