openssl: added myself as a maintainer

svn path=/nixpkgs/trunk/; revision=29425
This commit is contained in:
Peter Simons 2011-09-21 18:45:52 +00:00
parent 865b08c151
commit 6fcd493d5f
2 changed files with 8 additions and 4 deletions

View File

@ -66,5 +66,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.openssl.org/;
description = "A cryptographic library that implements the SSL and TLS protocols";
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.simons ];
};
}

View File

@ -54,5 +54,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.openssl.org/;
description = "A cryptographic library that implements the SSL and TLS protocols";
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.simons ];
};
}