1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libwnck3: add @worldofpeace as maintainer

This commit is contained in:
worldofpeace 2019-02-10 00:27:16 -05:00
parent 7da8f4b392
commit 929cc78363

View file

@ -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 ];
};
}