summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11/x11vnc
diff options
context:
space:
mode:
authorChristoph Neidahl (OPNA2608) <christoph.neidahl@uni-leipzig.de>2018-10-16 11:43:48 +0200
committerChristoph Neidahl (OPNA2608) <christoph.neidahl@uni-leipzig.de>2018-10-16 11:43:48 +0200
commit09504f62a72ea38435a3cb1217c8cd12a695a79d (patch)
tree5f5d5a78b20858f100f9e36001a90a4d10900eb8 /pkgs/tools/X11/x11vnc
parente14f9cea94f08abdbf78b8fdd0a3ca2d3144b073 (diff)
x11vnc: added maintainer
adding myself as maintainer
Diffstat (limited to 'pkgs/tools/X11/x11vnc')
-rw-r--r--pkgs/tools/X11/x11vnc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/X11/x11vnc/default.nix b/pkgs/tools/X11/x11vnc/default.nix
index d91c91b10e20..51307f0df09f 100644
--- a/pkgs/tools/X11/x11vnc/default.nix
+++ b/pkgs/tools/X11/x11vnc/default.nix
@@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/LibVNC/x11vnc/;
platforms = platforms.linux;
license = licenses.gpl2;
+ maintainers = with maintainers; [ OPNA2608 ];
};
}