Turn some license strings into lib.licenses values
This commit is contained in:
committed by
Peter Simons
parent
50f548771e
commit
7a45996233
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
name = "libosip2-${version}";
|
||||
|
||||
meta = {
|
||||
license = "LGPLv2.1+";
|
||||
license = stdenv.lib.licenses.lgpl21Plus;
|
||||
homepage = http://www.gnu.org/software/osip/;
|
||||
description = "The GNU oSIP library, an implementation of the Session Initiation Protocol (SIP)";
|
||||
maintainers = with stdenv.lib.maintainers; [ raskin ];
|
||||
|
||||
Reference in New Issue
Block a user