Commit 7876fb9d authored by Benno Bielmeier's avatar Benno Bielmeier
Browse files

firebird_3: add bbenno as maintainer

parent 1d166515
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; [ bbenno marcweber ];
  };

  nativeBuildInputs = [ autoreconfHook271 ];