Remove fleaz as maintainer and from all pkgs

This commit is contained in:
Felix Breidenstein 2019-10-21 11:16:16 +02:00
parent 7474d9c3bf
commit 57266005ca
2 changed files with 1 additions and 7 deletions

View file

@ -2179,12 +2179,6 @@
githubId = 2817965;
name = "f--t";
};
fleaz = {
email = "mail@felixbreidenstein.de";
github = "fleaz";
githubId = 2489598;
name = "Felix Breidenstein";
};
fadenb = {
email = "tristan.helmich+nixos@gmail.com";
github = "fadenb";

View file

@ -145,6 +145,6 @@ in with py.pkgs; buildPythonApplication rec {
homepage = https://home-assistant.io/;
description = "Open-source home automation platform running on Python 3";
license = licenses.asl20;
maintainers = with maintainers; [ fleaz dotlambda globin ];
maintainers = with maintainers; [ dotlambda globin ];
};
}