Loading pkgs/development/python-modules/img2pdf/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, pkgs, buildPythonPackage, fetchFromGitea, fetchFromGitHub, replaceVars, colord, setuptools, Loading @@ -25,8 +25,9 @@ buildPythonPackage rec { version = "0.6.1"; pyproject = true; src = fetchFromGitea { domain = "gitlab.mister-muffin.de"; # gitlab.mister-muffin.de produces a 500 error on 0.6.1 # when upgrading, switch src attribute back to gitlab if fixed. src = fetchFromGitHub { owner = "josch"; repo = "img2pdf"; tag = version; Loading Loading
pkgs/development/python-modules/img2pdf/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, pkgs, buildPythonPackage, fetchFromGitea, fetchFromGitHub, replaceVars, colord, setuptools, Loading @@ -25,8 +25,9 @@ buildPythonPackage rec { version = "0.6.1"; pyproject = true; src = fetchFromGitea { domain = "gitlab.mister-muffin.de"; # gitlab.mister-muffin.de produces a 500 error on 0.6.1 # when upgrading, switch src attribute back to gitlab if fixed. src = fetchFromGitHub { owner = "josch"; repo = "img2pdf"; tag = version; Loading