mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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
|
||||
pname = "libwnck";
|
||||
@ -33,6 +33,6 @@ in stdenv.mkDerivation rec{
|
||||
description = "Library to manage X windows and workspaces (via pagers, tasklists, etc.)";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [];
|
||||
maintainers = [ maintainers.worldofpeace ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user