summary refs log tree commit diff
path: root/pkgs/applications/video/xawtv/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/xawtv/default.nix')
-rw-r--r--pkgs/applications/video/xawtv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/xawtv/default.nix b/pkgs/applications/video/xawtv/default.nix
index 60b5b20ff24..d249d29686e 100644
--- a/pkgs/applications/video/xawtv/default.nix
+++ b/pkgs/applications/video/xawtv/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     description = "TV application for Linux with apps and tools such as a teletext browser";
     license = stdenv.lib.licenses.gpl2;
     homepage = https://www.kraxel.org/blog/linux/xawtv/;
-    maintainers = with stdenv.lib.maintainers; [ iElectric ];
+    maintainers = with stdenv.lib.maintainers; [ domenkozar ];
     platforms = stdenv.lib.platforms.linux;
   };