Turn some license strings into lib.licenses values
This commit is contained in:
committed by
Peter Simons
parent
50f548771e
commit
7a45996233
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
homepage = http://projects.gnome.org/libchamplain/;
|
||||
license = "LGPLv2+";
|
||||
license = stdenv.lib.licenses.lgpl2Plus;
|
||||
|
||||
description = "libchamplain, a C library providing a ClutterActor to display maps";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user