treewide: remove NikolaMandic from maintainers
remove me as maintainer
This commit is contained in:
@@ -24,10 +24,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
homepage = "https://github.com/jpvanhal/inflection";
|
||||
description = "Port of Ruby on Rails inflector to Python";
|
||||
maintainers = with lib.maintainers; [
|
||||
NikolaMandic
|
||||
ilya-kolpakov
|
||||
];
|
||||
maintainers = with lib.maintainers; [ ilya-kolpakov ];
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -63,6 +63,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://keras.io";
|
||||
changelog = "https://github.com/keras-team/keras/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ NikolaMandic ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user