vala: fix typo in license
This commit is contained in:
@@ -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 ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user