python3Packages.atsim_potentials: fix homepage

This commit is contained in:
Jonathan Ringer 2020-11-29 09:47:04 -08:00 committed by Frederik Rietdijk
parent 8867b954e6
commit 22e2c11cba

View file

@ -40,7 +40,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = "https://bitbucket.org/mjdr/atsim_potentials";
homepage = "https://github.com/mjdrushton/atsim-potentials";
description = "Provides tools for working with pair and embedded atom method potential models including tabulation routines for DL_POLY and LAMMPS";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];