summary refs log tree commit diff
path: root/pkgs/development/python-modules/atsim_potentials
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-11-29 09:47:04 -0800
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-01 14:44:23 +0100
commit22e2c11cba1d0131cd6c11ecc07afd0043aeac4c (patch)
tree668f3ca0ddeccd956f6c11591e6c2ee583ce92fe /pkgs/development/python-modules/atsim_potentials
parent8867b954e6a76e7829f6e2b382a5d312b3f9db70 (diff)
downloadnixpkgs-22e2c11cba1d0131cd6c11ecc07afd0043aeac4c.tar
nixpkgs-22e2c11cba1d0131cd6c11ecc07afd0043aeac4c.tar.gz
nixpkgs-22e2c11cba1d0131cd6c11ecc07afd0043aeac4c.tar.bz2
nixpkgs-22e2c11cba1d0131cd6c11ecc07afd0043aeac4c.tar.lz
nixpkgs-22e2c11cba1d0131cd6c11ecc07afd0043aeac4c.tar.xz
nixpkgs-22e2c11cba1d0131cd6c11ecc07afd0043aeac4c.tar.zst
nixpkgs-22e2c11cba1d0131cd6c11ecc07afd0043aeac4c.zip
python3Packages.atsim_potentials: fix homepage
Diffstat (limited to 'pkgs/development/python-modules/atsim_potentials')
-rw-r--r--pkgs/development/python-modules/atsim_potentials/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/atsim_potentials/default.nix b/pkgs/development/python-modules/atsim_potentials/default.nix
index 81dd5e9bc3c..8369a49b7db 100644
--- a/pkgs/development/python-modules/atsim_potentials/default.nix
+++ b/pkgs/development/python-modules/atsim_potentials/default.nix
@@ -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 ];