breitbandmessung: mark meta.sourceProvenance

This commit is contained in:
FliegendeWurst 2022-06-01 09:56:00 +02:00 committed by Alexander Foremny
parent 6603e6a8d1
commit f92bbd5b0a

View file

@ -87,6 +87,7 @@ stdenv.mkDerivation ({
description = "Broadband internet speed test app from the german Bundesnetzagentur";
homepage = "https://www.breitbandmessung.de";
license = licenses.unfree;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ b4dm4n ];
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];
};