redo-apenwarr: update meta

This commit is contained in:
Mario Rodas 2020-07-07 04:20:00 -05:00
parent abe8394a5b
commit a12ccb7f3e

View File

@ -56,12 +56,13 @@
]; ];
meta = with lib; { meta = with lib; {
description = "Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo."; description = "Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo";
homepage = "https://github.com/apenwarr/redo"; homepage = "https://github.com/apenwarr/redo";
maintainers = with maintainers; [ maintainers = with maintainers; [
andrewchambers andrewchambers
ck3d ck3d
]; ];
license = licenses.asl20; license = licenses.asl20;
platforms = python3.meta.platforms;
}; };
} }