libwnck3: add @worldofpeace as maintainer
This commit is contained in:
parent
7da8f4b392
commit
929cc78363
|
@ -1,4 +1,4 @@
|
||||||
{stdenv, fetchurl, pkgconfig, libX11, gtk3, intltool, gobject-introspection, gnome3}:
|
{ stdenv, fetchurl, pkgconfig, libX11, gtk3, intltool, gobject-introspection, gnome3 }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "libwnck";
|
pname = "libwnck";
|
||||||
|
@ -33,6 +33,6 @@ in stdenv.mkDerivation rec{
|
||||||
description = "Library to manage X windows and workspaces (via pagers, tasklists, etc.)";
|
description = "Library to manage X windows and workspaces (via pagers, tasklists, etc.)";
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [];
|
maintainers = [ maintainers.worldofpeace ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue