From 1326c3dbb4c1ad80fb5004fff3102f7df6f69207 Mon Sep 17 00:00:00 2001 From: Rodney Lorrimar Date: Sat, 3 Feb 2024 10:48:58 +0800 Subject: [PATCH] phosh-mobile-settings: set meta.maintainers to self https://github.com/NixOS/nixpkgs/pull/285487#issuecomment-1924673842 --- .../window-managers/phosh/phosh-mobile-settings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix b/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix index ed67a9635695..e37f4c767e2b 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; }; }