lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

maeparser: refresh meta

authored by

Bobby Rong and committed by
GitHub
dcd82ae5 832c7507

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