net-news-wire: add meta.sourceProvenance

This commit is contained in:
Dimitar Nestorov
2025-01-04 19:40:40 +02:00
parent aa690fccb8
commit 14ae86ce16
@@ -39,5 +39,6 @@ stdenvNoCC.mkDerivation rec {
license = licenses.mit;
platforms = platforms.darwin;
maintainers = with maintainers; [ jakuzure ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}