Unverified Commit 0a80d3e3 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

apache-jena: widened linux to unix compatibility (#431390)

parents ce33d2b4 dbb02214
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
    description = "RDF database";
    license = licenses.asl20;
    maintainers = with maintainers; [ raskin ];
    platforms = platforms.linux;
    platforms = platforms.unix;
    homepage = "https://jena.apache.org";
    downloadPage = "https://archive.apache.org/dist/jena/binaries/";
  };