replace dead links

launchpad/nixpkgs/master
Paul-Nicolas Madelaine 3 years ago committed by Raphael Megzari
parent 1fc2520df1
commit fa61f7635d
  1. 4
      lib/licenses.nix

@ -452,13 +452,13 @@ in mkLicense lset) ({
inria-compcert = {
fullName = "INRIA Non-Commercial License Agreement for the CompCert verified compiler";
url = "http://compcert.inria.fr/doc/LICENSE"; # https is broken
url = "https://compcert.org/doc/LICENSE.txt";
free = false;
};
inria-icesl = {
fullName = "INRIA Non-Commercial License Agreement for IceSL";
url = "http://shapeforge.loria.fr/icesl/EULA_IceSL_binary.pdf"; # https is broken
url = "https://icesl.loria.fr/assets/pdf/EULA_IceSL_binary.pdf";
free = false;
};

Loading…
Cancel
Save