orthorobot: specify license more accurately

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2025-09-29 23:11:38 +02:00
parent c3c32b2932
commit 8a05f47ac3
+1 -1
View File
@@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "orthorobot";
maintainers = with lib.maintainers; [ leenaars ];
platforms = lib.platforms.linux;
license = lib.licenses.free;
license = lib.licenses.wtfpl;
downloadPage = "https://stabyourself.net/orthorobot/";
};
})