mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 17:48:35 +00:00
gtk-server: remove tohl from meta.maintainers list
Because tohl disappeared (last seen 2021-01-28).
This commit is contained in:
parent
e93d594a4c
commit
313d405f46
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user