Fix reference to maintainer

This commit is contained in:
Marco Maggesi 2019-10-13 18:33:38 +02:00 committed by GitHub
parent 24d0bd37b5
commit b23ce210ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ buildDunePackage rec {
description = "OCaml bindings for libssl ";
license = "LGPL+link exception";
maintainers = [
stdenv.lib.maintainers.maggesi
lib.maintainers.maggesi
];
};
}