phosh-mobile-settings: set meta.maintainers to self

https://github.com/NixOS/nixpkgs/pull/285487#issuecomment-1924673842
This commit is contained in:
Rodney Lorrimar 2024-02-03 10:48:58 +08:00 committed by tomf
parent 6263d48ee0
commit 1326c3dbb4

View file

@ -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;
};
}