From c67a2a4ec66ddb81eae12fdb0cc807d3e4dfc9eb Mon Sep 17 00:00:00 2001 From: Philip Taron Date: Mon, 2 Sep 2024 12:01:27 -0700 Subject: [PATCH] ssh-openpgp-auth: update comment to refer to nixpkgs-vet --- pkgs/by-name/ss/ssh-openpgp-auth/daemon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ss/ssh-openpgp-auth/daemon.nix b/pkgs/by-name/ss/ssh-openpgp-auth/daemon.nix index d25b12ef6a64..cd90df9cb774 100644 --- a/pkgs/by-name/ss/ssh-openpgp-auth/daemon.nix +++ b/pkgs/by-name/ss/ssh-openpgp-auth/daemon.nix @@ -1,6 +1,6 @@ # Ideally, this file would have been placed in # pkgs/by-name/ss/sshd-openpgp-auth/package.nix, but since `./generic.nix` is -# outside of the directory, the nixpkgs-check-by-name test will fail the CI. So +# outside of the directory, the `nixpkgs-vet` test will fail the CI. So # we call this file in all-packages.nix like in the old days. { callPackage }: