Merge pull request #111484 from markuskowa/fix-molden

molden: fix outdated URLs

authored by

markuskowa and committed by
GitHub
93519c77 a17a03e6

+3 -3
+3 -3
pkgs/applications/science/chemistry/molden/default.nix
··· 5 pname = "molden"; 6 7 src = fetchurl { 8 - url = "ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/molden${version}.tar.gz"; 9 sha256 = "02qi16pz2wffn3cc47dpjqhfafzwfmb79waw4nnhfyir8a4h3cq1"; 10 }; 11 ··· 31 32 meta = with lib; { 33 description = "Display and manipulate molecular structures"; 34 - homepage = "http://www.cmbi.ru.nl/molden/"; 35 license = { 36 fullName = "Free for academic/non-profit use"; 37 - url = "http://www.cmbi.ru.nl/molden/CopyRight.html"; 38 free = false; 39 }; 40 platforms = platforms.linux;
··· 5 pname = "molden"; 6 7 src = fetchurl { 8 + url = "ftp://ftp.cmbi.umcn.nl/pub/molgraph/molden/molden${version}.tar.gz"; 9 sha256 = "02qi16pz2wffn3cc47dpjqhfafzwfmb79waw4nnhfyir8a4h3cq1"; 10 }; 11 ··· 31 32 meta = with lib; { 33 description = "Display and manipulate molecular structures"; 34 + homepage = "http://www3.cmbi.umcn.nl/molden/"; 35 license = { 36 fullName = "Free for academic/non-profit use"; 37 + url = "http://www3.cmbi.umcn.nl/molden/CopyRight.html"; 38 free = false; 39 }; 40 platforms = platforms.linux;