neatvnc,wayvnc: Remove myself as maintainer

I don't really use/need VNC anymore and lack time to properly maintain
those packages.
This commit is contained in:
Michael Weiss 2022-07-17 15:17:40 +02:00
parent 9fd4a80e2a
commit 514991b16f
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
2 changed files with 2 additions and 2 deletions

View File

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/any1/wayvnc/releases/tag/v${version}"; changelog = "https://github.com/any1/wayvnc/releases/tag/v${version}";
license = licenses.isc; license = licenses.isc;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ primeos ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/any1/neatvnc/releases/tag/v${version}"; changelog = "https://github.com/any1/neatvnc/releases/tag/v${version}";
license = licenses.isc; license = licenses.isc;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ primeos ]; maintainers = with maintainers; [ ];
}; };
} }