restya-board: license is OSL 3.0

This commit is contained in:
c0bw3b 2017-11-25 16:12:06 +01:00
parent 11c92ba6ba
commit 203a59eec2

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Web-based kanban board";
license = licenses.osl;
license = licenses.osl3;
homepage = http://restya.com;
maintainers = with maintainers; [ tstrobel ];
platforms = platforms.linux;