forked from mirrors/nixpkgs
Adding myself as a maintainer of some of the packages
svn path=/nixpkgs/trunk/; revision=16572
This commit is contained in:
parent
890cf33ef7
commit
25b3fe32ad
|
@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "A set of screensavers";
|
description = "A set of screensavers";
|
||||||
inherit src;
|
inherit src;
|
||||||
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -33,5 +33,6 @@ rec {
|
||||||
name = "uzbl-" + version;
|
name = "uzbl-" + version;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Tiny externally controllable webkit browser";
|
description = "Tiny externally controllable webkit browser";
|
||||||
|
maintainers = [a.lib.maintainers.raskin];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,5 +32,6 @@ rec {
|
||||||
name = "gajim-" + version;
|
name = "gajim-" + version;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Jabber client with meta-contacts";
|
description = "Jabber client with meta-contacts";
|
||||||
|
maintainers = [a.lib.maintainers.raskin];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "ANSI Common Lisp Implementation";
|
description = "ANSI Common Lisp Implementation";
|
||||||
homepage = http://clisp.cons.org;
|
homepage = http://clisp.cons.org;
|
||||||
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "ANSI Common Lisp Implementation";
|
description = "ANSI Common Lisp Implementation";
|
||||||
homepage = http://clisp.cons.org;
|
homepage = http://clisp.cons.org;
|
||||||
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,6 +55,7 @@ rec {
|
||||||
name = "webkit-" + version;
|
name = "webkit-" + version;
|
||||||
meta = {
|
meta = {
|
||||||
description = "WebKit - a fast and correct HTML renderer";
|
description = "WebKit - a fast and correct HTML renderer";
|
||||||
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
};
|
};
|
||||||
passthru = {
|
passthru = {
|
||||||
inherit gstreamer gstPluginsBase gstPluginsGood gstFfmpeg;
|
inherit gstreamer gstPluginsBase gstPluginsGood gstFfmpeg;
|
||||||
|
|
|
@ -28,5 +28,6 @@ rec {
|
||||||
name = "btrfs-progs-" + version;
|
name = "btrfs-progs-" + version;
|
||||||
meta = {
|
meta = {
|
||||||
description = "BTRFS utilities";
|
description = "BTRFS utilities";
|
||||||
|
maintainers = [a.lib.maintainers.raskin];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,5 +26,6 @@ rec {
|
||||||
name = "fbterm-" + version;
|
name = "fbterm-" + version;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Framebuffer terminal emulator";
|
description = "Framebuffer terminal emulator";
|
||||||
|
maintainers = [a.lib.maintainers.raskin];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,5 +36,6 @@ rec {
|
||||||
tun, ipv6 and sit modules.
|
tun, ipv6 and sit modules.
|
||||||
";
|
";
|
||||||
homepage = http://go6.net ;
|
homepage = http://go6.net ;
|
||||||
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue