Unverified Commit e353138f authored by Fernando Rodrigues's avatar Fernando Rodrigues
Browse files

varnish60Packages.{digest,dynamic,modules}: fix meta inheritance



Another edge case of #400458.

Reported-by: default avatarjopejoe1 <jopejoe1@missing.ninja>
Signed-off-by: default avatarFernando Rodrigues <alpha@sigmasquadron.net>
parent 8cfc63f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
  meta = with lib; {
    description = "Digest and HMAC vmod";
    homepage = "https://github.com/varnish/libvmod-digest";
    inherit (varnish.meta) license platforms maintainers;
    inherit (varnish.meta) license platforms teams;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -36,6 +36,6 @@ stdenv.mkDerivation {
  meta = with lib; {
    description = "Dynamic director similar to the DNS director from Varnish 3";
    homepage = "https://github.com/nigoroll/libvmod-dynamic";
    inherit (varnish.meta) license platforms maintainers;
    inherit (varnish.meta) license platforms teams;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ let
      meta = with lib; {
        description = "Collection of Varnish Cache modules (vmods) by Varnish Software";
        homepage = "https://github.com/varnish/varnish-modules";
        inherit (varnish.meta) license platforms maintainers;
        inherit (varnish.meta) license platforms teams;
      };
    };
in