mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
gtk*: remove myself from meta.maintainers
I haven't been really paying attention to it for years. Fortunately, others have been taking care of GTK+GNOME.
This commit is contained in:
parent
65408dae4e
commit
2210eb352b
2 changed files with 2 additions and 2 deletions
|
@ -214,7 +214,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
homepage = "https://www.gtk.org/";
|
||||
license = licenses.lgpl2Plus;
|
||||
maintainers = with maintainers; [ raskin vcunat lethalman worldofpeace ];
|
||||
maintainers = with maintainers; [ raskin lethalman worldofpeace ];
|
||||
platforms = platforms.all;
|
||||
changelog = "https://gitlab.gnome.org/GNOME/gtk/-/raw/${version}/NEWS";
|
||||
};
|
||||
|
|
|
@ -226,7 +226,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
homepage = "https://www.gtk.org/";
|
||||
license = licenses.lgpl2Plus;
|
||||
maintainers = with maintainers; [ raskin vcunat lethalman worldofpeace ];
|
||||
maintainers = with maintainers; [ raskin lethalman worldofpeace ];
|
||||
platforms = platforms.all;
|
||||
changelog = "https://gitlab.gnome.org/GNOME/gtk/-/raw/${version}/NEWS";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue