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
2 changed files with 2 additions and 2 deletions
@@ -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; [ ];
};
}
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/any1/neatvnc/releases/tag/v${version}";
license = licenses.isc;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos ];
maintainers = with maintainers; [ ];
};
}