varnish60Packages.{digest,dynamic,modules}: fix meta inheritance
Another edge case of #400458. Reported-by: jopejoe1 <jopejoe1@missing.ninja> Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
parent
8cfc63f4c5
commit
e353138f86
@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Digest and HMAC vmod";
|
description = "Digest and HMAC vmod";
|
||||||
homepage = "https://github.com/varnish/libvmod-digest";
|
homepage = "https://github.com/varnish/libvmod-digest";
|
||||||
inherit (varnish.meta) license platforms maintainers;
|
inherit (varnish.meta) license platforms teams;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -36,6 +36,6 @@ stdenv.mkDerivation {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Dynamic director similar to the DNS director from Varnish 3";
|
description = "Dynamic director similar to the DNS director from Varnish 3";
|
||||||
homepage = "https://github.com/nigoroll/libvmod-dynamic";
|
homepage = "https://github.com/nigoroll/libvmod-dynamic";
|
||||||
inherit (varnish.meta) license platforms maintainers;
|
inherit (varnish.meta) license platforms teams;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -46,7 +46,7 @@ let
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Collection of Varnish Cache modules (vmods) by Varnish Software";
|
description = "Collection of Varnish Cache modules (vmods) by Varnish Software";
|
||||||
homepage = "https://github.com/varnish/varnish-modules";
|
homepage = "https://github.com/varnish/varnish-modules";
|
||||||
inherit (varnish.meta) license platforms maintainers;
|
inherit (varnish.meta) license platforms teams;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user