From 8c8c662d87572bdabded2998e39c7406db956ff8 Mon Sep 17 00:00:00 2001 From: Bryan Gardiner Date: Sun, 18 Aug 2024 17:15:20 -0700 Subject: [PATCH] Update the URL of the version comparison algoithm. --- src/nvd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvd b/src/nvd index 9c7969a..2cf9e1b 100755 --- a/src/nvd +++ b/src/nvd @@ -125,7 +125,7 @@ class StorePath: return StorePath(os.path.join(*self._path.parts[0:4])) # For the version comparison algorithm, see: -# https://nixos.org/manual/nix/stable/#ssec-version-comparisons +# https://nix.dev/manual/nix/stable/command-ref/nix-env/upgrade#versions class VersionChunk: def __init__(self, chunk_value: Union[int, str]):