summary refs log tree commit diff
path: root/pkgs/applications/misc/moonlight-embedded
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2023-10-24 13:09:45 +0200
committerRobin Gloster <mail@glob.in>2023-10-24 13:09:45 +0200
commite5d552f5b94c26e574a6333060d0864760034ee3 (patch)
tree86d415170797811aa02044da510834bf64ae0c0d /pkgs/applications/misc/moonlight-embedded
parent55c91c44e51ee7ae78a20212d2ee29e01c088dcb (diff)
downloadnixpkgs-e5d552f5b94c26e574a6333060d0864760034ee3.tar
nixpkgs-e5d552f5b94c26e574a6333060d0864760034ee3.tar.gz
nixpkgs-e5d552f5b94c26e574a6333060d0864760034ee3.tar.bz2
nixpkgs-e5d552f5b94c26e574a6333060d0864760034ee3.tar.lz
nixpkgs-e5d552f5b94c26e574a6333060d0864760034ee3.tar.xz
nixpkgs-e5d552f5b94c26e574a6333060d0864760034ee3.tar.zst
nixpkgs-e5d552f5b94c26e574a6333060d0864760034ee3.zip
treewide: update globin's maintainership
Diffstat (limited to 'pkgs/applications/misc/moonlight-embedded')
-rw-r--r--pkgs/applications/misc/moonlight-embedded/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/moonlight-embedded/default.nix b/pkgs/applications/misc/moonlight-embedded/default.nix
index df3dfd1ac0f..5f870d51a5b 100644
--- a/pkgs/applications/misc/moonlight-embedded/default.nix
+++ b/pkgs/applications/misc/moonlight-embedded/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
     description = "Open source implementation of NVIDIA's GameStream";
     homepage = "https://github.com/moonlight-stream/moonlight-embedded";
     license = licenses.gpl3Plus;
-    maintainers = [ maintainers.globin ];
+    maintainers = [];
     platforms = platforms.linux;
   };
 }