gogoclient: update meta data

This commit is contained in:
Markus Kowalewski 2018-08-23 17:57:20 +02:00
parent 2ce11cc791
commit 236e9da382
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -34,10 +34,11 @@ stdenv.mkDerivation rec {
sed -i -e 's/^.*Exec \$route -A.*$/& metric 128/' $out/template/linux.sh sed -i -e 's/^.*Exec \$route -A.*$/& metric 128/' $out/template/linux.sh
''; '';
meta = { meta = with stdenv.lib; {
homepage = http://gogonet.gogo6.com; homepage = https://ipv6.ernet.in/Tunnel_broker;
description = "Client to connect to the Freenet6 IPv6 tunnel broker service"; description = "Client to connect to the Freenet6 IPv6 tunnel broker service";
maintainers = [stdenv.lib.maintainers.bluescreen303]; maintainers = [ maintainers.bluescreen303 ];
platforms = stdenv.lib.platforms.linux; license = licenses.bsd3;
platforms = platforms.linux;
}; };
} }