Commit 3a4e027d authored by Robert Scott's avatar Robert Scott Committed by github-actions[bot]
Browse files

opentsdb: add meta.sourceProvenance

(cherry picked from commit 027a84d6)
parent 8966c43f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -305,6 +305,10 @@ in stdenv.mkDerivation rec {
    homepage = "http://opentsdb.net";
    license = licenses.lgpl21Plus;
    platforms = lib.platforms.linux;
    sourceProvenance = with sourceTypes; [
      fromSource
      binaryBytecode  # maven dependencies
    ];
    maintainers = [ ];
  };
}