Skip to content

Commit

Permalink
maintainers: remove NikolaMandic (NixOS#348164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Oct 23, 2024
2 parents 8284d88 + 48afb49 commit 7806f71
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15375,12 +15375,6 @@
github = "niklaskorz";
githubId = 590517;
};
NikolaMandic = {
email = "[email protected]";
github = "NikolaMandic";
githubId = 4368690;
name = "Ratko Mladic";
};
nikstur = {
email = "[email protected]";
name = "nikstur";
Expand Down
5 changes: 1 addition & 4 deletions pkgs/development/python-modules/inflection/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/keras/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [ ];
};
}

0 comments on commit 7806f71

Please sign in to comment.