forked from mirrors/nixpkgs
Merge pull request #181848 from primeos/wayvnc
neatvnc,wayvnc: Remove myself as maintainer
This commit is contained in:
commit
64be3aa141
|
@ -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; [ nickcao ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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; [ nickcao ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue