about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorRodney Lorrimar <dev@rodney.id.au>2024-02-03 10:48:58 +0800
committertomf <tom@tom-fitzhenry.me.uk>2024-02-07 20:10:15 +1100
commit1326c3dbb4c1ad80fb5004fff3102f7df6f69207 (patch)
tree0e6c9f61efbc6d31b4536cccc3d24a04c6e07c9c /pkgs/applications/window-managers
parent6263d48ee01bd31bf05b55151b078607b79af05c (diff)
phosh-mobile-settings: set meta.maintainers to self
https://github.com/NixOS/nixpkgs/pull/285487#issuecomment-1924673842
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix b/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix
index ed67a96356953..e37f4c767e2b9 100644
--- a/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix
+++ b/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix
@@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
     homepage = "https://gitlab.gnome.org/guidog/phosh-mobile-settings";
     changelog = "https://gitlab.gnome.org/guidog/phosh-mobile-settings/-/blob/v${version}/debian/changelog";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ colinsane ];
+    maintainers = with maintainers; [ rvl ];
     platforms = platforms.linux;
   };
 }