parent
e14f9cea94
commit
09504f62a7
|
@ -3110,6 +3110,11 @@
|
||||||
github = "olynch";
|
github = "olynch";
|
||||||
name = "Owen Lynch";
|
name = "Owen Lynch";
|
||||||
};
|
};
|
||||||
|
OPNA2608 = {
|
||||||
|
email = "christoph.neidahl@gmail.com";
|
||||||
|
github = "OPNA2608";
|
||||||
|
name = "Christoph Neidahl";
|
||||||
|
};
|
||||||
orbekk = {
|
orbekk = {
|
||||||
email = "kjetil.orbekk@gmail.com";
|
email = "kjetil.orbekk@gmail.com";
|
||||||
github = "orbekk";
|
github = "orbekk";
|
||||||
|
|
|
@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://github.com/LibVNC/x11vnc/;
|
homepage = https://github.com/LibVNC/x11vnc/;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
maintainers = with maintainers; [ OPNA2608 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue