liquibase: add jsoo1 as maintainer

This commit is contained in:
John Soo 2023-07-06 11:20:00 -07:00 committed by Anderson Torres
parent b79bebbbf8
commit 89839ee098

View file

@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
changelog = "https://raw.githubusercontent.com/liquibase/liquibase/v${version}/changelog.txt";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ jsoo1 ];
platforms = with platforms; unix;
};
}