python3Packages.ziamath: move from Bitbucket to GitHub

This commit is contained in:
Stefan Frijters
2023-05-22 14:51:26 +02:00
parent a6fdc73e91
commit f4dd5097d4
@@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, pythonOlder
, fetchFromBitbucket
, fetchFromGitHub
, ziafont
, pytestCheckHook
, nbval
@@ -14,7 +14,7 @@ buildPythonPackage rec {
disabled = pythonOlder "3.8";
src = fetchFromBitbucket {
src = fetchFromGitHub {
owner = "cdelker";
repo = pname;
rev = version;