Merge pull request #181848 from primeos/wayvnc

neatvnc,wayvnc: Remove myself as maintainer
This commit is contained in:
Michael Weiss 2022-07-17 17:57:31 +02:00 committed by GitHub
commit 64be3aa141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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; [ nickcao ];
}; };
} }

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; [ nickcao ];
}; };
} }