treewide: remove NikolaMandic from maintainers

remove me as maintainer
This commit is contained in:
Никола
2024-10-23 12:29:33 +08:00
committed by aleksana
parent b1ea4a36d6
commit 78d0db5bc4
2 changed files with 2 additions and 5 deletions
@@ -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; [ ];
};
}