Commit 89839ee0 authored by John Soo's avatar John Soo Committed by Anderson Torres
Browse files

liquibase: add jsoo1 as maintainer

parent b79bebbb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}