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

This commit is contained in:
Gaétan Lepage
2025-10-16 21:45:03 +00:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -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;
};
@@ -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 = [ ];
};
}
@@ -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";
};
};