jbang: add source provenance to metadata (#411236)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-17 04:45:36 +02:00
committed by GitHub
+3
View File
@@ -48,6 +48,9 @@ stdenv.mkDerivation rec {
downloaded and the java code runs.
'';
homepage = "https://www.jbang.dev";
sourceProvenance = with lib.sourceTypes; [
binaryBytecode
];
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ moaxcp ];