khronos: clarify license

This commit is contained in:
Bobby Rong 2021-09-15 23:30:56 +08:00
parent d1f3ce25cb
commit c6574c8664
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -62,6 +62,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/lainsce/khronos";
maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers;
platforms = platforms.linux;
license = licenses.gpl3;
license = licenses.gpl3Plus;
};
}