firebird: make use of lib.licenses

This commit is contained in:
jopejoe1
2025-09-03 23:14:28 +02:00
parent 60b95d9adf
commit ab668dae27

View File

@@ -22,9 +22,9 @@ let
downloadPage = "https://github.com/FirebirdSQL/firebird/";
homepage = "https://firebirdsql.org/";
changelog = "https://github.com/FirebirdSQL/firebird/blob/master/CHANGELOG.md";
license = [
"IDPL"
"Interbase-1.0"
license = with lib.licenses; [
mpl11
interbase
];
platforms = platforms.linux;
maintainers = with maintainers; [