mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
GNU oSIP: Slightly improve `meta'.
svn path=/nixpkgs/trunk/; revision=25549
This commit is contained in:
parent
f3afe5cd08
commit
e437b85040
1 changed files with 5 additions and 8 deletions
|
@ -6,15 +6,12 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "14csf6z7b802bahxd560ibx3mg2fq3ki734vf3k2vknr4jm5v5fx";
|
||||
};
|
||||
name = "libosip2-${version}";
|
||||
|
||||
|
||||
meta = {
|
||||
license = "LGPLv2.1+";
|
||||
description = "GNU oSIP library ";
|
||||
maintainers = with stdenv.lib.maintainers;
|
||||
[
|
||||
raskin
|
||||
];
|
||||
platforms = with stdenv.lib.platforms;
|
||||
linux;
|
||||
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 ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue