From 800e8b480809d909f4b35b3aaa7afed17597372f Mon Sep 17 00:00:00 2001 From: Justin Restivo Date: Sun, 14 Dec 2025 18:07:56 -0500 Subject: [PATCH] python3Packages.pylion: update src to use github --- pkgs/development/python-modules/pylion/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pylion/default.nix b/pkgs/development/python-modules/pylion/default.nix index f93a6078a364..a1c431c09996 100644 --- a/pkgs/development/python-modules/pylion/default.nix +++ b/pkgs/development/python-modules/pylion/default.nix @@ -1,7 +1,7 @@ { lib, buildPythonPackage, - fetchFromBitbucket, + fetchFromGitHub, h5py, termcolor, pexpect, @@ -15,7 +15,7 @@ buildPythonPackage { version = "0.5.3"; format = "setuptools"; - src = fetchFromBitbucket { + src = fetchFromGitHub { owner = "dtrypogeorgos"; repo = "pylion"; # Version is set in setup.cfg, but not in a git tag / bitbucket release @@ -49,7 +49,7 @@ buildPythonPackage { meta = { description = "LAMMPS wrapper for molecular dynamics simulations of trapped ions"; - homepage = "https://bitbucket.org/dtrypogeorgos/pylion"; + homepage = "https://github.com/dtrypogeorgos/pylion"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ doronbehar ]; };