salt: remove aneeshusa and add Flakebi as maintainer

This commit is contained in:
Flakebi 2020-10-23 18:28:35 +02:00
parent 4770d412c9
commit e0ea4826f4
No known key found for this signature in database
GPG key ID: 38E7ED984D7DCD02
2 changed files with 2 additions and 2 deletions

View file

@ -59,5 +59,5 @@ in
};
};
meta.maintainers = with lib.maintainers; [ aneeshusa ];
meta.maintainers = with lib.maintainers; [ Flakebi ];
}

View file

@ -41,7 +41,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
homepage = "https://saltstack.com/";
description = "Portable, distributed, remote execution and configuration management system";
maintainers = with maintainers; [ aneeshusa ];
maintainers = with maintainers; [ Flakebi ];
license = licenses.asl20;
};
}