firebird_3: add bbenno as maintainer

This commit is contained in:
Benno Bielmeier
2025-03-07 07:18:34 +01:00
parent 1d1665154b
commit 7876fb9dd4
+1 -1
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; [ bbenno marcweber ];
};
nativeBuildInputs = [ autoreconfHook271 ];