forked from mirrors/nixpkgs
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.
This commit is contained in:
parent
be4606dbe4
commit
879f851cfc
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue