x11vnc: added maintainer

adding myself as maintainer
This commit is contained in:
Christoph Neidahl (OPNA2608) 2018-10-16 11:43:48 +02:00
parent e14f9cea94
commit 09504f62a7
2 changed files with 6 additions and 0 deletions

View file

@ -3110,6 +3110,11 @@
github = "olynch";
name = "Owen Lynch";
};
OPNA2608 = {
email = "christoph.neidahl@gmail.com";
github = "OPNA2608";
name = "Christoph Neidahl";
};
orbekk = {
email = "kjetil.orbekk@gmail.com";
github = "orbekk";

View file

@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/LibVNC/x11vnc/;
platforms = platforms.linux;
license = licenses.gpl2;
maintainers = with maintainers; [ OPNA2608 ];
};
}