maintainers/scripts/check-hydra-by-maintainer: correct drv name

This commit is contained in:
06kellyjac
2025-11-18 10:32:36 +00:00
parent 0f3322f489
commit f5a8931ae7
@@ -47,7 +47,7 @@ let
in
pkgs.stdenv.mkDerivation {
name = "nixpkgs-update-script";
name = "check-hydra-by-maintainer";
buildInputs = [ pkgs.hydra-check ];
buildCommand = ''
echo ""