vala: fix typo in license
This commit is contained in:
parent
4262c4bb9d
commit
7a61edec6b
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Compiler for GObject type system";
|
||||
homepage = "http://live.gnome.org/Vala";
|
||||
license = stdenv.lib.licenses.gpl21Plus;
|
||||
license = stdenv.lib.licenses.lgpl21Plus;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = with stdenv.lib.maintainers; [ antono iyzsong ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user