gtk-server: remove tohl from meta.maintainers list

Because tohl disappeared (last seen 2021-01-28).
This commit is contained in:
AndersonTorres 2022-10-23 01:22:31 -03:00
parent e93d594a4c
commit 313d405f46

View File

@ -1,4 +1,6 @@
{ lib, stdenv, fetchurl
{ lib
, stdenv
, fetchurl
, glib
, gtk3
, libffcall
@ -25,10 +27,10 @@ stdenv.mkDerivation rec {
configureOptions = [ "--with-gtk3" ];
meta = with lib; {
description = "gtk-server for interpreted GUI programming";
homepage = "http://www.gtk-server.org/";
description = "gtk-server for interpreted GUI programming";
license = licenses.gpl2Plus;
maintainers = [ maintainers.tohl ];
maintainers = [ ];
platforms = platforms.linux;
};
}