anydesk: Add cherrimoya as maintainer

This commit is contained in:
Max Hausch 2023-04-12 14:10:40 +02:00
parent 262b22f0e2
commit d57c60607c
No known key found for this signature in database
GPG key ID: C19929CA092DD618

View file

@ -86,6 +86,6 @@ in stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ shyim ];
maintainers = with maintainers; [ shyim cheriimoya ];
};
}