Commit 45d49fec authored by wxt's avatar wxt
Browse files

duplicati: add sourceProvenance patern

parent 83d27c38
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
    homepage = "https://www.duplicati.com/";
    license = licenses.lgpl21;
    maintainers = with maintainers; [ nyanloutre bot-wxt1221 ];
    sourceProvenance = with sourceTypes; [ binaryBytecode ];
    platforms = platforms.all;
  };
}