khronos: clarify license

This commit is contained in:
Bobby Rong
2021-09-15 23:30:56 +08:00
parent d1f3ce25cb
commit c6574c8664
+1 -1
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;
};
}