python3Packages.ziamath: move from Bitbucket to GitHub

This commit is contained in:
Stefan Frijters 2023-05-22 14:47:53 +02:00
parent a6fdc73e91
commit f4dd5097d4
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -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;