From 647617885d57b658c041cd02feb8f6a5a655dd3c Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Thu, 27 Nov 2014 21:30:36 +0100 Subject: [PATCH] added platforms and maintainers --- pkgs/tools/X11/sselp/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/X11/sselp/default.nix b/pkgs/tools/X11/sselp/default.nix index 3e47715a8c7..6ef7128dd4c 100644 --- a/pkgs/tools/X11/sselp/default.nix +++ b/pkgs/tools/X11/sselp/default.nix @@ -21,5 +21,7 @@ stdenv.mkDerivation rec { homepage = "http://tools.suckless.org/sselp"; description = "Prints the X selection to stdout, usefull in scripts"; license = stdenv.lib.licenses.mit; + maintainers = [stdenv.lib.maintainers.magnetophon ]; + platforms = stdenv.lib.platforms.linux; }; }