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