Commit 592e7c5b authored by Justin Restivo's avatar Justin Restivo
Browse files

img2pdf: replace gitea src with github

parent fb41ce8d
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  pkgs,
  buildPythonPackage,
  fetchFromGitea,
  fetchFromGitHub,
  replaceVars,
  colord,
  setuptools,
@@ -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;