diff options
| -rw-r--r-- | research/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/research/default.nix b/research/default.nix index 90f0471..5b72c88 100644 --- a/research/default.nix +++ b/research/default.nix @@ -10,7 +10,7 @@ let researchItem // { year = with builtins; toString (head (head issued.date-parts)); - url = URL; + url = researchItem.URL or null; } ); in |
