neatvnc,wayvnc: Add nickcao as the new maintainer

Thanks for picking this package up :)
This commit is contained in:
Michael Weiss 2022-07-17 15:32:50 +02:00
parent 514991b16f
commit e31629ec05
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}";
license = licenses.isc;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ nickcao ];
};
}

View File

@ -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; [ ];
maintainers = with maintainers; [ nickcao ];
};
}