games-arcade/tetrio-desktop: fixed license

This commit is contained in:
Igor Drożniak 2020-10-17 14:54:57 +00:00
parent ad2fb8e969
commit c1eec044a5
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ DESCRIPTION="TETR.IO desktop client"
HOMEPAGE="https://tetr.io/"
SRC_URI="https://tetr.io/about/desktop/builds/TETR.IO%20Setup.tar.gz"
LICENSE="non-free"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
@ -26,4 +26,4 @@ src_install(){
make_desktop_entry "tetrio-desktop" "TETR.IO Desktop" "" "Game;ArcadeGame"
fperms +x "/opt/${PN}/tetrio-desktop"
insinto "/usr/share/licenses/${PN}"
}
}