python3Packages.ziafont: move from Bitbucket to GitHub

PyPi also points to GitHub now
This commit is contained in:
Stefan Frijters 2023-05-22 14:44:55 +02:00
parent a96075f5ee
commit 699c09e0f0
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, pythonOlder
, fetchFromBitbucket
, fetchFromGitHub
, pytestCheckHook
, nbval
}:
@ -12,7 +12,7 @@ buildPythonPackage rec {
disabled = pythonOlder "3.8";
src = fetchFromBitbucket {
src = fetchFromGitHub {
owner = "cdelker";
repo = pname;
rev = version;