about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2022-07-17 15:17:40 +0200
committerMichael Weiss <dev.primeos@gmail.com>2022-07-17 15:17:40 +0200
commit514991b16ff53fb80c8e874fae625426adc5dfeb (patch)
treedd1e9da75bfda6413b7cb08c43dcb498494b5f2b /pkgs/applications/networking/remote
parent9fd4a80e2a183e342495b21ec1715f9043ff7acc (diff)
neatvnc,wayvnc: Remove myself as maintainer
I don't really use/need VNC anymore and lack time to properly maintain
those packages.
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/wayvnc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/wayvnc/default.nix b/pkgs/applications/networking/remote/wayvnc/default.nix
index e24c410394873..255a359f5376b 100644
--- a/pkgs/applications/networking/remote/wayvnc/default.nix
+++ b/pkgs/applications/networking/remote/wayvnc/default.nix
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
     changelog = "https://github.com/any1/wayvnc/releases/tag/v${version}";
     license = licenses.isc;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ primeos ];
+    maintainers = with maintainers; [ ];
   };
 }