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://www.cypherpunks.ca/otr/";
|
||||
repositories.git = git://git.code.sf.net/p/otr/libotr;
|
||||
license = "LGPLv2.1";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
description = "Library for Off-The-Record Messaging";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user