mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
vte: add worldofpeace to maintainers
This commit is contained in:
parent
81220cff1e
commit
cfaa8b8652
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
|||
, pcre2
|
||||
, fribidi
|
||||
, zlib
|
||||
, gnome3
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -88,7 +89,7 @@ stdenv.mkDerivation rec {
|
|||
the system's terminfo database.
|
||||
'';
|
||||
license = licenses.lgpl2;
|
||||
maintainers = with maintainers; [ astsmtl antono lethalman ];
|
||||
maintainers = with maintainers; [ astsmtl antono lethalman ] ++ gnome3.maintainers;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue