diff options
| author | aristote <quentin.aristote@irif.fr> | 2026-02-04 14:50:48 +0100 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2026-02-04 15:01:52 +0100 |
| commit | 8a30dac0dab0e02db766efc14fe92130b3704714 (patch) | |
| tree | e3c673d99d8f7318063b66321021795c7268f544 /research/default.nix | |
| parent | 98b93e32d91e4ec4fef40d48d8142961fbda1749 (diff) | |
research: add fossacs 2026 paper
Diffstat (limited to 'research/default.nix')
| -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 |
