Turn some license strings into lib.licenses values
This commit is contained in:
committed by
Peter Simons
parent
50f548771e
commit
7a45996233
@@ -31,6 +31,6 @@ stdenv.mkDerivation (rec {
|
||||
];
|
||||
homepage = http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgtk.html;
|
||||
description = "LablGTK is is an Objective Caml interface to gtk+";
|
||||
license = "LGPLv2.1+";
|
||||
license = stdenv.lib.licenses.lgpl21Plus;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user