added platforms and maintainers
This commit is contained in:
parent
b7f51920ee
commit
647617885d
@ -21,5 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://tools.suckless.org/sselp";
|
homepage = "http://tools.suckless.org/sselp";
|
||||||
description = "Prints the X selection to stdout, usefull in scripts";
|
description = "Prints the X selection to stdout, usefull in scripts";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
|
maintainers = [stdenv.lib.maintainers.magnetophon ];
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user