Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
lhapdf.pdf_sets: fix download url
Browse files Browse the repository at this point in the history
(cherry picked from commit b83257c)
  • Loading branch information
veprbl committed Feb 22, 2020
1 parent 85548f2 commit c2c5dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/physics/lhapdf/pdf_sets.nix
Expand Up @@ -6,7 +6,7 @@ let
inherit name;

src = fetchurl {
url = "https://www.hepforge.org/archive/lhapdf/pdfsets/6.2/${name}.tar.gz";
url = "http://lhapdfsets.web.cern.ch/lhapdfsets/current/${name}.tar.gz";
inherit sha256;
};

Expand Down

0 comments on commit c2c5dcc

Please sign in to comment.