liquibase: add jsoo1 as maintainer
This commit is contained in:
parent
b79bebbbf8
commit
89839ee098
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue