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 { lib
, buildPythonPackage , buildPythonPackage
, pythonOlder , pythonOlder
, fetchFromBitbucket , fetchFromGitHub
, ziafont , ziafont
, pytestCheckHook , pytestCheckHook
, nbval , nbval
@ -14,7 +14,7 @@ buildPythonPackage rec {
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchFromBitbucket { src = fetchFromGitHub {
owner = "cdelker"; owner = "cdelker";
repo = pname; repo = pname;
rev = version; rev = version;