mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +00:00
hopenssl: add myself as maintainer
This commit is contained in:
parent
7596ce3dbb
commit
52bdfef521
@ -11,6 +11,9 @@ cabal.mkDerivation (self: {
|
||||
description = "FFI bindings to OpenSSL's EVP digest interface";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user