alfaview: remove hexchen as maintainer

This commit is contained in:
hexchen 2024-07-02 15:39:57 +00:00
parent 2104f810b0
commit ed032bd6a2

View File

@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
homepage = "https://alfaview.com";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ hexchen ];
maintainers = with maintainers; [ ];
mainProgram = "alfaview";
platforms = [ "x86_64-linux" ];
};