mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
openssl: add license
This commit is contained in:
parent
8844504fba
commit
4ba295b797
@ -107,11 +107,12 @@ let
|
|||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://www.openssl.org/;
|
homepage = https://www.openssl.org/;
|
||||||
description = "A cryptographic library that implements the SSL and TLS protocols";
|
description = "A cryptographic library that implements the SSL and TLS protocols";
|
||||||
platforms = stdenv.lib.platforms.all;
|
license = licenses.openssl;
|
||||||
maintainers = [ stdenv.lib.maintainers.peti ];
|
platforms = platforms.all;
|
||||||
|
maintainers = [ maintainers.peti ];
|
||||||
priority = 10; # resolves collision with ‘man-pages’
|
priority = 10; # resolves collision with ‘man-pages’
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user