summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2019-07-21 00:24:12 +0200
committerSamuel Leathers <samuel.leathers@iohk.io>2019-08-31 07:53:35 -0400
commit9cd7a73f9449f5f567a3eacc830e0e5df1c51314 (patch)
treee15c7c6285b6d49abb36d4908c9da41c2c7fa72f
parent39f3ab496171a2c14de797a2d895d91cc37cae01 (diff)
downloadnixpkgs-9cd7a73f9449f5f567a3eacc830e0e5df1c51314.tar
nixpkgs-9cd7a73f9449f5f567a3eacc830e0e5df1c51314.tar.gz
nixpkgs-9cd7a73f9449f5f567a3eacc830e0e5df1c51314.tar.bz2
nixpkgs-9cd7a73f9449f5f567a3eacc830e0e5df1c51314.tar.lz
nixpkgs-9cd7a73f9449f5f567a3eacc830e0e5df1c51314.tar.xz
nixpkgs-9cd7a73f9449f5f567a3eacc830e0e5df1c51314.tar.zst
nixpkgs-9cd7a73f9449f5f567a3eacc830e0e5df1c51314.zip
maintainer: rename f-breidenstein to fleaz
He changed the GitHub handle a while ago.
-rw-r--r--maintainers/maintainer-list.nix2
-rw-r--r--pkgs/servers/home-assistant/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index fb7db98fa3a..7e2fe48a6f4 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -2085,7 +2085,7 @@
     githubId = 2817965;
     name = "f--t";
   };
-  f-breidenstein = {
+  fleaz = {
     email = "mail@felixbreidenstein.de";
     github = "fleaz";
     githubId = 2489598;
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index b05a1ff0591..43633b07818 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -149,6 +149,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; [ f-breidenstein dotlambda globin ];
+    maintainers = with maintainers; [ fleaz dotlambda globin ];
   };
 }