summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/frontend.nix
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-04-04 22:12:29 +0200
committerRobert Schütz <dev@schuetz-co.de>2021-04-04 22:15:13 +0200
commitd01376d81d86e2796f4db599b346a13c84e2219e (patch)
tree8b55256254884f852e4b86b963e878c9c5d8cf22 /pkgs/servers/home-assistant/frontend.nix
parent7d0ba0850fe9f0a520c6c8fb2f5db8f71f323627 (diff)
downloadnixpkgs-d01376d81d86e2796f4db599b346a13c84e2219e.tar
nixpkgs-d01376d81d86e2796f4db599b346a13c84e2219e.tar.gz
nixpkgs-d01376d81d86e2796f4db599b346a13c84e2219e.tar.bz2
nixpkgs-d01376d81d86e2796f4db599b346a13c84e2219e.tar.lz
nixpkgs-d01376d81d86e2796f4db599b346a13c84e2219e.tar.xz
nixpkgs-d01376d81d86e2796f4db599b346a13c84e2219e.tar.zst
nixpkgs-d01376d81d86e2796f4db599b346a13c84e2219e.zip
home-assistant: remove dotlambda from maintainers
I'm currently not using it.
Diffstat (limited to 'pkgs/servers/home-assistant/frontend.nix')
-rw-r--r--pkgs/servers/home-assistant/frontend.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/frontend.nix b/pkgs/servers/home-assistant/frontend.nix
index 6db728e9c8b..5841463e7c5 100644
--- a/pkgs/servers/home-assistant/frontend.nix
+++ b/pkgs/servers/home-assistant/frontend.nix
@@ -21,6 +21,6 @@ buildPythonPackage rec {
     description = "Polymer frontend for Home Assistant";
     homepage = "https://github.com/home-assistant/home-assistant-polymer";
     license = licenses.asl20;
-    maintainers = with maintainers; [ dotlambda globin ];
+    maintainers = with maintainers; [ globin ];
   };
 }