maeparser: refresh meta

This commit is contained in:
Bobby Rong 2022-10-08 22:38:25 +08:00 committed by GitHub
parent 832c7507b7
commit dcd82ae5d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,10 @@ stdenv.mkDerivation rec {
buildInputs = [ boost zlib ];
meta = with lib; {
description = "maestro file parser";
homepage = "https://github.com/schrodinger/maeparser";
description = "Maestro file parser";
maintainers = [ maintainers.rmcgibbo ];
license = licenses.mit;
platforms = platforms.unix;
};
}