netselect: update homepage + license

This commit is contained in:
Markus Kowalewski
2018-09-08 01:18:57 +02:00
parent fb89213cf6
commit f60fea5742
+4 -4
View File
@@ -16,10 +16,10 @@ stdenv.mkDerivation {
--replace "4755" "0755" --replace "4755" "0755"
''; '';
meta = { meta = with stdenv.lib; {
homepage = http://alumnit.ca/~apenwarr/netselect/; homepage = https://github.com/apenwarr/netselect;
description = "An ultrafast intelligent parallelizing binary-search implementation of \"ping\""; description = "An ultrafast intelligent parallelizing binary-search implementation of \"ping\"";
license = "BSD"; license = licenses.bsd3;
platforms = stdenv.lib.platforms.linux; platforms = platforms.linux;
}; };
} }