Skip to content

Commit

Permalink
lhapdf.pdf_sets: fix download url
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Feb 22, 2020
1 parent f545816 commit b83257c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/physics/lhapdf/pdf_sets.nix
Original file line number Diff line number Diff line change
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 b83257c

Please sign in to comment.