cypress: add Crafter as maintainer

This commit is contained in:
Craftman7 2022-07-25 12:00:56 -07:00
parent eb5ea1500b
commit 582855a0cf

View File

@ -73,6 +73,6 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mit;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ tweber mmahut ];
maintainers = with maintainers; [ tweber mmahut Crafter ];
};
}