firebird: make use of lib.licenses
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user