summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/modem-manager-gui
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/modem-manager-gui')
-rw-r--r--pkgs/applications/networking/modem-manager-gui/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/modem-manager-gui/default.nix b/pkgs/applications/networking/modem-manager-gui/default.nix
index 811c89f6c815..64b1be363f34 100644
--- a/pkgs/applications/networking/modem-manager-gui/default.nix
+++ b/pkgs/applications/networking/modem-manager-gui/default.nix
@@ -8,7 +8,7 @@
, gtkspell3
, ofono
, itstool
-, libappindicator-gtk3
+, libayatana-appindicator-gtk3
, perlPackages
, glibcLocales
, meson
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
gdbm
gtkspell3
ofono
- libappindicator-gtk3
+ libayatana-appindicator-gtk3
];
postPatch = ''
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://linuxonly.ru/page/modem-manager-gui";
license = licenses.gpl3;
- maintainers = with maintainers; [ ahuzik ];
+ maintainers = with maintainers; [ ahuzik galagora ];
platforms = platforms.linux;
};
}