lol

openssl: add license

+4 -3
+4 -3
pkgs/development/libraries/openssl/default.nix
··· 107 107 fi 108 108 ''; 109 109 110 - meta = { 110 + meta = with stdenv.lib; { 111 111 homepage = https://www.openssl.org/; 112 112 description = "A cryptographic library that implements the SSL and TLS protocols"; 113 - platforms = stdenv.lib.platforms.all; 114 - maintainers = [ stdenv.lib.maintainers.peti ]; 113 + license = licenses.openssl; 114 + platforms = platforms.all; 115 + maintainers = [ maintainers.peti ]; 115 116 priority = 10; # resolves collision with ‘man-pages’ 116 117 }; 117 118 };