netselect: update homepage + license
This commit is contained in:
parent
fb89213cf6
commit
f60fea5742
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "netselect-0.3";
|
name = "netselect-0.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://alumnit.ca/~apenwarr/netselect/netselect-0.3.tar.gz;
|
url = http://alumnit.ca/~apenwarr/netselect/netselect-0.3.tar.gz;
|
||||||
sha256 = "0y69z59vylj9x9nk5jqn6ihx7dkzg09gpv2w1q1rs8fmi4jr90gy";
|
sha256 = "0y69z59vylj9x9nk5jqn6ihx7dkzg09gpv2w1q1rs8fmi4jr90gy";
|
||||||
@ -15,11 +15,11 @@ stdenv.mkDerivation {
|
|||||||
--replace "-g root" "" \
|
--replace "-g root" "" \
|
||||||
--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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user