vital: clarify license

This commit is contained in:
Sandro Jäckel
2025-09-01 14:49:18 +02:00
parent 823c642e6e
commit 2ed2556c04
+1 -2
View File
@@ -73,8 +73,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://vital.audio/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = with licenses; [
unfree
gpl3Plus
unfree # https://vital.audio/eula/
];
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ PowerUser64 ];