Unverified Commit 63c8d131 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

orange{3,-{canvas-core,widget-base}}: remove lucasew as maintainer (#452608)

parents 227ab45b 8bc84de8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ buildPythonPackage rec {
    homepage = "https://github.com/biolab/orange-canvas-core";
    changelog = "https://github.com/biolab/orange-canvas-core/releases/tag/${src.tag}";
    license = [ lib.licenses.gpl3 ];
    maintainers = [ lib.maintainers.lucasew ];
    maintainers = [ ];
    # Segmentation fault during tests
    broken = stdenv.hostPlatform.isDarwin;
  };
+1 −1
Original line number Diff line number Diff line
@@ -66,6 +66,6 @@ buildPythonPackage rec {
    description = "Implementation of the base OWBaseWidget class and utilities for use in Orange Canvas workflows";
    homepage = "https://github.com/biolab/orange-widget-base";
    license = [ lib.licenses.gpl3Plus ];
    maintainers = [ lib.maintainers.lucasew ];
    maintainers = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -222,7 +222,7 @@ let
      homepage = "https://orangedatamining.com/";
      changelog = "https://github.com/biolab/orange3/blob/${src.tag}/CHANGELOG.md";
      license = [ lib.licenses.gpl3Plus ];
      maintainers = [ lib.maintainers.lucasew ];
      maintainers = [ ];
      mainProgram = "orange-canvas";
    };
  };