Commit ab668dae authored by jopejoe1's avatar jopejoe1
Browse files

firebird: make use of lib.licenses

parent 60b95d9a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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; [