mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 01:07:49 +00:00
xsel: add maintainer cafkafk
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
397c1d8909
commit
ae3551fc8d
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
||||
description = "Command-line program for getting and setting the contents of the X selection";
|
||||
homepage = "http://www.kfish.org/software/xsel";
|
||||
license = licenses.mit;
|
||||
maintainers = [ ];
|
||||
maintainers = with maintainers; [ cafkafk ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "xsel";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user