summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2019-09-17 23:38:15 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2019-09-17 23:59:04 +0200
commit879f851cfceaa5f10086b9f5b176a12f3f1e047f (patch)
tree45f2a965e27fbe488475f44f94698af89aab3dd5
parentbe4606dbe4457be9cc590658aa6ca43bc51be86a (diff)
gnome3.gnome-boxes: set maintainers = gnome3.maintainers
All packages under ./pkgs/desktops/gnome-3/apps/ are maintained by gnome3.maintainers except this one. Fix it.
-rw-r--r--pkgs/desktops/gnome-3/apps/gnome-boxes/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome-3/apps/gnome-boxes/default.nix b/pkgs/desktops/gnome-3/apps/gnome-boxes/default.nix
index 27ce5d0f078b..2f0a21896e90 100644
--- a/pkgs/desktops/gnome-3/apps/gnome-boxes/default.nix
+++ b/pkgs/desktops/gnome-3/apps/gnome-boxes/default.nix
@@ -61,6 +61,6 @@ in stdenv.mkDerivation rec {
homepage = https://wiki.gnome.org/Apps/Boxes;
license = licenses.gpl3;
platforms = platforms.linux;
- maintainers = with maintainers; [ bjornfor ];
+ maintainers = gnome3.maintainers;
};
}