orthorobot: specify license more accurately
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -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/";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user