maeparser: refresh meta

authored by Bobby Rong and committed by GitHub dcd82ae5 832c7507

+3 -1
+3 -1
pkgs/development/libraries/maeparser/default.nix
··· 21 buildInputs = [ boost zlib ]; 22 23 meta = with lib; { 24 - description = "maestro file parser"; 25 maintainers = [ maintainers.rmcgibbo ]; 26 license = licenses.mit; 27 }; 28 }
··· 21 buildInputs = [ boost zlib ]; 22 23 meta = with lib; { 24 + homepage = "https://github.com/schrodinger/maeparser"; 25 + description = "Maestro file parser"; 26 maintainers = [ maintainers.rmcgibbo ]; 27 license = licenses.mit; 28 + platforms = platforms.unix; 29 }; 30 }