xsel: add maintainer cafkafk

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-10-10 15:07:14 +02:00
parent 397c1d8909
commit ae3551fc8d
No known key found for this signature in database
GPG Key ID: 26C542FD97F965CE

View File

@ -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";
};