mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
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;
|
homepage = https://wiki.gnome.org/Apps/Boxes;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ bjornfor ];
|
maintainers = gnome3.maintainers;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user