Merge pull request #71517 from fleaz/remove_fleaz

Remove fleaz as maintainer
This commit is contained in:
Linus Heckemann 2019-10-22 12:41:10 +02:00 committed by GitHub
commit f035588907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ];
};
}