firebird: add superherointj as maintainer

This commit is contained in:
superherointj 2022-08-26 17:24:38 -03:00 committed by Bjørn Forsman
parent 6e96447f66
commit bc755f55d7

View File

@ -10,7 +10,7 @@ let base = {
changelog = "https://github.com/FirebirdSQL/firebird/blob/master/CHANGELOG.md";
license = [ "IDPL" "Interbase-1.0" ];
platforms = platforms.linux;
maintainers = with maintainers; [ marcweber ];
maintainers = with maintainers; [ marcweber superherointj ];
};
nativeBuildInputs = [ autoreconfHook ];