netselect: update homepage + license
This commit is contained in:
parent
fb89213cf6
commit
f60fea5742
@ -16,10 +16,10 @@ stdenv.mkDerivation {
|
||||
--replace "4755" "0755"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://alumnit.ca/~apenwarr/netselect/;
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/apenwarr/netselect;
|
||||
description = "An ultrafast intelligent parallelizing binary-search implementation of \"ping\"";
|
||||
license = "BSD";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user