orange{3,-{canvas-core,widget-base}}: remove lucasew as maintainer (#452608)
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user