GNU oSIP: Slightly improve `meta'.
svn path=/nixpkgs/trunk/; revision=25549
This commit is contained in:
parent
f3afe5cd08
commit
e437b85040
|
@ -9,12 +9,9 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
license = "LGPLv2.1+";
|
license = "LGPLv2.1+";
|
||||||
description = "GNU oSIP library ";
|
homepage = http://www.gnu.org/software/osip/;
|
||||||
maintainers = with stdenv.lib.maintainers;
|
description = "The GNU oSIP library, an implementation of the Session Initiation Protocol (SIP)";
|
||||||
[
|
maintainers = with stdenv.lib.maintainers; [ raskin ];
|
||||||
raskin
|
platforms = stdenv.lib.platforms.linux;
|
||||||
];
|
|
||||||
platforms = with stdenv.lib.platforms;
|
|
||||||
linux;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue