Loading pkgs/servers/firebird/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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; [ Loading Loading
pkgs/servers/firebird/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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; [ Loading