maeparser: refresh meta

main
Bobby Rong 2 years ago committed by GitHub
parent 832c7507b7
commit dcd82ae5d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/libraries/maeparser/default.nix

@ -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;
};
}

Loading…
Cancel
Save