summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11/sselp
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2014-11-27 21:30:36 +0100
committerBart Brouns <bart@magnetophon.nl>2014-11-27 21:30:36 +0100
commit647617885d57b658c041cd02feb8f6a5a655dd3c (patch)
tree4709be8be3fc03e1310ef3f3ef9ec38002d66881 /pkgs/tools/X11/sselp
parentb7f51920ee29cd56a21640d48694526f87cfbb3f (diff)
added platforms and maintainers
Diffstat (limited to 'pkgs/tools/X11/sselp')
-rw-r--r--pkgs/tools/X11/sselp/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/X11/sselp/default.nix b/pkgs/tools/X11/sselp/default.nix
index 3e47715a8c7b..6ef7128dd4ca 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;
};
}